Answer the question
In order to leave comments, you need to log in
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
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)
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 questionAsk a Question
731 491 924 answers to any question