标签: google-chrome google-chrome-extension
我编写了一个代码来检查用户何时从我的网站安装Chrome扩展程序,但我没有让它工作。请参阅以下代码:
if(chrome.app.isInstalled){ alert("installed"); } else{ alert("not_installed"); }
有人可以帮忙吗?