I'm attepting to install the adblock chrome extension using Google's Chrome ADM's.
User Configuration/Policies/Classic Administrative Templates/Google/Google Chrome/Extensions
Configure the list of force-installed extensions
On the list I have the extension's ID and update URL, which google alludes to in their documentation here and here:
gighmmpiobklfepjocnamgkkbiglidom;https://clients2.googleusercontent.com/crx/download/OAAAAMcNmg40_PduZlM3g5RwKyephtivPe8WdfQvWSRvhiHzrcK7rq-gXuF37bTwLfLPyVSTPaQkAXkHIklkQOFOqzUAxlKa5asxHnxnSbCB7xq3hVhoYHdhKQHD/extension_2_5_38.crx
I managed to get the update URL using the instructions in this question, but so far, I have been unsuccessful in that the extension is not actually getting installed.
Is there something I'm missing or doing incorrectly?
Apparently, the "Configure the list of force-installed extensions" ADM policy simply does not work at all.
So, I ended up having to use the registry method.
NOTE: If using the registry method, the extension is automatically disabled in version 25 of Chrome. Also note that for Chrome 25 and up, the ADM policy now works.
Source: http://bdts.com.au/tips/48-msi-packaging/156-deploy-google-chrome.html
Next, add the registry keys in
computer configuration\preferences\windows settings\registry
:Source: http://support.google.com/a/bin/answer.py?hl=en&answer=188453
The problem with the original configuration is that the URL after the extension ID must point to the update URL, not to the CRX URL. The correct URL for the webstore is
https://clients2.google.com/service/update2/crx
This is described at http://www.chromium.org/administrators/policy-list-3#ExtensionInstallForcelist. Please file a bug on the chromium bug tracker using the Enterprise Issue template if a policy isn't working as expected.
Since I have no rep I can't upvote or comment, but I had the same misunderstanding as the OP and Joao da Silva's answer helped me so I wanted to contribute in some way.
He is correct about the URL.
I did the policy simply by saying
gighmmpiobklfepjocnamgkkbiglidom;https://clients2.google.com/service/update2/crx
One
gpupdate /force
later and the extension was installed.Here is a screenshot: