Errors while customizing Nuxeo-Browser-Extension

Hello,

I am working with the nuxeo-browser-extension and I want to customize the design according to my project. I have done the following, as explained in the github repository:

$ git clone git@github.com:nuxeo/nuxeo-browser-extension.git
$ cd nuxeo-browser-extension
$ npm install
$ gulp clean build

Then, without doing any modifications, I load the unpacked extension in Google Chrome, by using the path /dist/chrome. When I load a page, even without opening the extension, I see two errors in chrome://extensions/?errors=ID:

ERROR #1:

type an image title

ERROR #2:

type an image title

However, the extension seems to work properly. Why am I seeing these errors? And how can I fix them?

Thank you.

0 votes

0 answers

756 views

ANSWER