Update a Chrome extension via inline install? -
i'm using chrome.webstore.install install extension (see https://github.com/eloquence/freeyourstuff.cc/blob/c7c581b63ad179cd6d0ddc4576f302defa7b17fa/service/frontend/install.js#l30), works fine. when triggering in update context user has older version installed, seems pretend it's installing new version, end result user still using old version.
is there way update via javascript, or have rely entirely on webstore's auto-update mechanism that?
Comments
Post a Comment