Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Extension Constant Deployment

Since Chrome Extensions can't really be privately hosted using a .crx file and so being forced to use the Chrome Web Store, it's become quite a tedious manual process to upload and update an extension.

Is it possible to automate the publishing of a Chrome extension to the Chrome Web Store?

like image 646
James Broad Avatar asked Mar 08 '13 09:03

James Broad


1 Answers

Chrome Web Store now has an API that makes publishing easy. Here is a sample desktop app using it.

like image 200
Konrad Dzwinel Avatar answered Oct 06 '22 01:10

Konrad Dzwinel