android - Installing Chrome extension via zip, requires App Runtime for Chrome: 'import' extension is not installed -
we releasing android app chromebook. has available file download (i.e. flash drive, private login) , not through chrome web store.
arc welder gave me chrome extension zip
based on original android app apk
. zip
installed on chromebook has arc welder, evernote or 1 of other android-on-chrome apps; because chrome app store have pre-installed app runtime chrome.
if apps removed, , zip
becomes first app require app runtime chrome, error
error loading extension
failed load extension from: /tmp/myapp_random
'import' extension not installed.
followed json looks manifest. there import
line has key of dependency i'm looking for.
... "import": [{"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"}], ...
to prevent error new users, rather not require them install arc welder, evernote, etc.
how can either
- obtain app runtime chrome zip can install app runtime manually, or
- provide way them download arc welder without of apps relies upon
this avoid publishing app through chrome web store. considering making them take route, if distribute file(s) more traditional means preferable.
from web store, 1 can install dependency, without arc welder or other reliant app. https://chrome.google.com/webstore/detail/app-runtime-for-chrome-be/mfaihdlpglflfgpfjcifdjdjcckigekc
Comments
Post a Comment