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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -