Possible Duplicate:
Check whether user has my chrome extension installed
A little background. I'm creating a Chrome extension to interact with data between a company's intranet site to open and login to social media sites. I want to write buttons on a page with Javascript only if I have verified that the extension actually exists in that browser. The button is useless otherwise. Let me know if you've found a clean way to do that!
Thanks!