What is the easiest way to find Chrome extension's id in a setup application? -


i need setup native application talks chrome extension. creating setup, need extension's id added in native application's manifest file. id says extensions allowed talk native application.

how extension id, assuming user manually installs extension dragging , dropping.

btw, knowledge installing external chrome extension (no chrome web store) silently close impossible. highly appreciate if has solution that, too.

the recommended flow keep extension in web store (possibly unlisted if not work without module), silently queue installation using registry or other platform-specific method, , warn user accept install in dialog on next browser restart. close "silent" gets.

if absolutely have distribute extension externally (and drag&drop install not work), can pin id setting the "key" field in manifest. see this question ways of doing so.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -