N
N
Nikolay2014-10-05 23:38:54
JavaScript
Nikolay, 2014-10-05 23:38:54

What is the catch of inline installation?

Why is the installation not running? Judging by the description, this should be enough:
https://developer.chrome.com/webstore/inline_insta...
Here is an example:
evernote.com/intl/ru/webclipper

<DOCTYPE html>
<html>

  <head>
  
    <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/fnpnbpfgdnjilaogjljcdpggonogbdoc">
    
  </head>
  
  
  <body>
    
    <button onclick="chrome.webstore.install()" id="install_plug">Install Plug-In!</button>
  
  </body>

</html>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolay, 2014-10-12
@tryvols

I already figured it out) there is a small digression in the documentation) this can only be implemented on verified and registered sites in Google)

A
Alexander Zelenin, 2014-10-10
@Zav

Try replacing "button" with "a" and adding a href before the app, besides the one in the header.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question