databank-extension/README.md

486 B

DataBank-Extension

  1. Clone this repository
git clone http://git.wacanal.cloud/ernie/databank-extension.git
  1. 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';
  1. Open Google Chrome and go to the option "Extensions->Manage Extensions"
  2. Once in the extension manager, select "Load unpacked"
  3. Select the cloned repository