eladnava/applicationize

Allowing interaction with other extensions inside applicationize app

Closed this issue · 1 comments

Is it possible to add a permission that would allow the use of other extension inside the applicationize app?

For example, we use keeper for our company password vault. If i simply make a shortcut in chrome, I still have access to that extension.

Hi @wade8421,
Unfortunately, other extensions can't run within Applicationized apps currently as we use Chrome's packaged extensions feature along with a webview which does not support extensions. Granting additional permissions won't help as it is simply not supported by webview:
https://bugs.chromium.org/p/chromium/issues/detail?id=422805

The workaround mentioned here will allow you to create an app out of your website, while still supporting Chrome extensions:
#25 (comment)

Duplicate of #124.