Chrome Webstore inline installation with AngularJS

后端 未结 2 1919
[愿得一人]
[愿得一人] 2021-01-22 00:40

I\'m a newbie with AngularJS and trying to install a Chrome extension following the Webstore inline installation guide

In my .html file

2条回答
  •  灰色年华
    2021-01-22 01:23

    Inline installation is composed of two parts:

    1. A declarative tag (like ) and

    2. A call to the JavaScript function chrome.webstore.install(). In addition, you must also verify an association between the site that triggers inline installation and the relevant item(s) in the Chrome Web Store.

    I think you are doing only the 2nd part. This link is helpful.

    http://noelarlante.com/setup-chrome-extension-for-inline-installation/

提交回复
热议问题