ncarlos / clickonceforchrome

Automatically exported from code.google.com/p/clickonceforchrome
0 stars 0 forks source link

Chrome Web Store entry needs verified site before inline installation is possible. #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is very convenient to be able to offer a direct link to the installation 
dialog. However, this is only possible for extensions that have one or more 
verified websites.

Please add and verify a website.

What steps will reproduce the problem?
1. Add to head of html file:
<link rel="chrome-webstore-item" 
href="http://chrome.google.com/webstore/detail/eeifaoomkminpbeebjdmdojbhmagnncl"
>

2. Add link with onClick javascript:
chrome.webstore.install('http://chrome.google.com/webstore/detail/eeifaoomkminpb
eebjdmdojbhmagnncl', undefined, function(err) {console.log('Chrome Webstore 
installation failed: ' + err)});

3. Click and see the error on the console:
"Chrome Webstore installation failed: Inline installs can only be initiated for 
Chrome Web Store items that have one or more verified sites."

Original issue reported on code.google.com by redsandro on 29 Oct 2013 at 12:32

GoogleCodeExporter commented 8 years ago
Oh shoot I am stupid. I thought you just needed any single 'official' site to 
enable the inline feature for everyone. But every site that uses the inline 
installation needs to be verified.

https://developers.google.com/chrome/web-store/docs/inline_installation?hl=nl#ve
rified-site

Is there a way one could 'apply' to be verified?

Original comment by redsandro on 29 Oct 2013 at 12:40

GoogleCodeExporter commented 8 years ago
I think you need to add your site to the Google Webmaster Tools.

ClickOnce is now verified. 

Original comment by bionicma...@gmail.com on 25 Sep 2014 at 7:22

GoogleCodeExporter commented 8 years ago
i have this problem, how to fix ? it says:
failure:installs can only be initiated by one of the chrome web store item's 
verified sites.
i added site and verified in webmaster tools but not fixed. please help

Original comment by temo.bad...@gmail.com on 7 Jan 2015 at 4:05

Attachments: