Reputation: 145
I have a few almost equal extensions on chrome store (some of configs are different, images, names..). Extensions have same code with mentioned differences. How can I automatically update all extensions if I make some hotfix? Currently, I need to update each separately which is time consuming. Thanks!
Upvotes: 0
Views: 48
Reputation: 77523
You could use the Webstore Publishing API to programmatically upload updates and publish them.
There's an official guide on using the API.
Short version:
Upvotes: 1