486 B
486 B
DataBank-Extension
- Clone this repository
git clone http://git.wacanal.cloud/ernie/databank-extension.git
- Change lines 14 and 15 in file script.js with the IP and port where the DataBank API server is listening
const baseDominio = 'xxx.xxx.xxx.xxx';
const portTLS = 'xxxx';
- Open Google Chrome and go to the option "Extensions->Manage Extensions"
- Once in the extension manager, select "Load unpacked"
- Select the cloned repository