When try to upgrade my application to use Inline Installation, I encountered the following error message in Developer Console.
Installs can only be initiated by the Chrome Web Store item's verified site.
If you are seeing the same problem, check a few things.
- Check whether your application is being verified in Chrome Webmaster Tool.
- If no, verify your site on Chrome Webmaster Tool. The process is easy and the instructions are easy to understand.
- If yes, make sure the site that you also verified the non-SSL version of your site (http:// instead of https://) (I believe this is a Chrome Bug)
- After you verified the non-SSL version of your site, go to the Chrome Developer Dashboard and change the verified URL of your app to the non-SSL URL.
I learned this from this post here. Many thanks to Abraham Williams's answer.
No comments:
Post a Comment