Continuous Deployment of Chrome Extensions

Since Chrome Extensions cannot be privately hosted using a .crx file, and therefore having to use the Chrome Web Store, it becomes a rather tedious manual process for downloading and updating the extension.

Can I automate publishing Chrome extensions to the Chrome Web Store?

+5
source share
2 answers

The Chrome Web Store now has an API that makes publishing easy. The following is an example desktop application .

+2
source

Konrad is right, there are new APIs (since the question was published).

, : https://circleci.com/blog/continuously-deploy-a-chrome-extension/

, , CI:

+2

All Articles