3

I want to publish chrome extension that is developed for my company. I have some doubts as follows:

  1. Once I publish the extension, can I able to make changes in that after publishing?
  2. After making changes, is it possible to update the user's extension who will be using it? or do they need to update it manually?
willwrighteng
  • 1,411
  • 11
  • 25
Trupti
  • 843
  • 2
  • 11
  • 28
  • 2
    1) yes 2) yes, the updates are automatic – wOxxOm Mar 22 '18 at 04:43
  • Read more here https://stackoverflow.com/questions/16680682/how-to-modify-an-extension-from-the-chrome-web-store – Nitin Dhomse Mar 22 '18 at 04:45
  • 3
    You can use "Visibility Option" - while publishing. This way your extension will not searchable but anyone with link can install/use it. This is useful to get early feedback on new extension. – Amit G Mar 22 '18 at 06:59

1 Answers1

0

This post was helpful so I'm going to add some detail around publishing a chrome browser extension using the private visibility setting


Private: Only trusted testers can see it. You can change your trusted testers on your settings page. You can also include members of a Google Group that you own or manage.

viability-private

willwrighteng
  • 1,411
  • 11
  • 25