Chrome Extensions – How to Find Chrome Extension in Web Store by ID

google-chromegoogle-chrome-extensions

In the chrome extension developer dashboard, there is an option to share the extension with tester accounts as documented here:

https://developer.chrome.com/webstore/publish#publishing-to-test-accounts

I know my app's ID but I don't know how to get the "direct link" for my app. I'm assuming it's some sort of hidden store page? Has anyone done this before?

Best Answer

The direct link to your Chrome Web Store item should be like this: https://chrome.google.com/webstore/detail/extension_id - just replace the extension_id with actual id.

Related Question