should check INSTALLED and ENABLED.
i wanna let my website page check whether the visitor Installed and Enabled my chrome extension.
how to do ?
should check INSTALLED and ENABLED.
i wanna let my website page check whether the visitor Installed and Enabled my chrome extension.
how to do ?
A simple trick would be to have your Chrome extension inject a Content Script in your webpage.
Although, this content script runs in an isolated scope it has access to the DOM and can set a particular elements "data-" attribute and this can be checked in a JS function on your page and you can find out is your extension is installed and enabled.