There is an easy way to deploy Google Chrome Extensions using a registry key. This example is for a 64 bit Operating System. First of all find the Extension you want to deploy and you need to find the extension ID.
In this example I am wanting to install the 'Local Links' extension so the extension ID is jllpkdkcdjndhggodimiphkghogcpida.
Create a registry key which points to the following location:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\jllpkdkcdjndhggodimiphkghogcpida]
"update_url"="https://clients2.google.com/service/update2/crx"
Run this or push it out via script / SCCM or group policy.
In this example I am wanting to install the 'Local Links' extension so the extension ID is jllpkdkcdjndhggodimiphkghogcpida.
Create a registry key which points to the following location:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\jllpkdkcdjndhggodimiphkghogcpida]
"update_url"="https://clients2.google.com/service/update2/crx"
Run this or push it out via script / SCCM or group policy.
Comments
Post a Comment