Extension to help build Cozy konnectors.
The extension is in development mode and has not been published to the Chrome store yet.
$ git clone git@github.com:cozy/cozy-konnector-playground.git
$ cd cozy-konnector-playground
$ yarn
$ yarn build
This will create the dist/
folder with the files bundled ready to be installed in Chrome.
dist/
folder✨You now have the "Konnector" panel in your Chrome devtools.
The extension is planned to worked in Firefox and Chrome but since there are small API differences between the two, it does not work yet in Firefox. PRs are welcome ;)