How to detect if my Chrome Extension is already installed in user's browser? Using JavaScript? I am a developer of this extension. Thanks!
Since you mentioned that this is your own extension, I am assuming you also have access to the website that is verified via Webmaster Tools as being associated with this extension in the Chrome Web Store.
if (typeof chrome !== "undefined" && typeof chrome.app !== "undefined" && chrome.app.isInstalled) {
// extension is installed.
}
FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.
Boost your productivity with FavScripts.com!