Coach B
Coach B

Reputation: 33

Can i have a install button for a chrome extension on my website?

i was wondering if it's possible for a user to install a Chrome extension through my website in any possible way instead via Google's marketplace.

Thanks!

Upvotes: 3

Views: 2209

Answers (1)

cf-
cf-

Reputation: 8866

According to the documentation from Google, users can install your extension via your website. The recommended way is for you to enable inline installation of your extension; otherwise, users will need to do the following:

  1. Download the extension file from the website and save it to your computer.
  2. Click the Chrome menu icon Chrome menu on the browser toolbar.
  3. Select Tools > Extensions.
  4. Locate the extension file on your computer and drag the file onto the Extensions page.
  5. Review the list of permissions in the dialog that appears. If you would like to proceed, click Install.

Upvotes: 3

Related Questions