In the chrome extension developer dashboard, there is an option to share the extension with tester accounts as documented here:
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?
2 Answers
The direct link to your Chrome Web Store item should be like this: - just replace the extension_id with actual id.
In August 2021, this seems to work:
Or you can just type the extension id in the search box on the Chrome web store, it should work even if they change the URL in the future.
4