google chrome - Issue with force install policy? -


i have created extension in production in few hospitals.

this published in chrome web store private, , have told clients use force registry key install. apparently works fine , everywhere.

[hkey_local_machine\software\policies\google\chrome\extensioninstallforcelist] "1"="nnajclegamhecjhfmefiakmkbompdlfk;https://clients2.google.com/service/update2/crx"

then made small update the manifest fix issue content page getting injected twice. added last two:

  "content_scripts": [       {          "matches": ["*://*/*"],          "js": ["content.js"],           "run_at": "document_end",           "all_frames": false       }     ],   

so not wanting affect running software in hospital, decided create separate extension package same name , new version (1.1).

[hkey_local_machine\software\policies\google\chrome\extensioninstallforcelist] "1"="hmbilmpjeklcbgohfnpnclfnpjhjajna;https://clients2.google.com/service/update2/crx"

using fiddler2, see when chrome trying load newer extension, error 401, not authorized returned.

so @ same organizations, second not install , first will. however, if login google chrome google account, install.

been racking brain on one, appreciated.

thanks, bob binns caradigm


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -