Plugin Development
Plugins are written using standard JavaScript and run in a web worker in the end-user’s browser. As such, plugins should be considered open-source and cannot have secret keys or other sensitive information in the application code.
In order to support seamless integration with the Kizen platform, the plugin ecosystem connects to Kizen in a number of different ways:
Cookies
Best practices when working with cookies, including cross-site cookies used in plugins.