I'm trying to force install an extension called 'Grammarly' for all users on a session host server.
I have copied the necessary files to C:\Windows\PolicyDefinitions and when I run gpedit.msc, I can see under Local computer policy\Administrative Templates the 'Google' option; So far so good.
I go to google, into google chrome and into extensions and I modify the 'Configure the list of force-installed apps and extensions' item.
I have Grammarly installed on my own machine, and by going to chrome://extensions, I can see its extension ID is kbfnbcaeplbcioakkpcpgfkobkghlhen If I go to my AppData and find this extension and check out its manifest, I can see its update URL is https://clients2.google.com/service/update2/crx
This means the value for Grammarly should be kbfnbcaeplbcioakkpcpgfkobkghlhen;https://clients2.google.com/service/update2/crx as far as I can tell.
I have put this in on the session host and applied it, then I've run gpupdate and logged off. When I logged back in, I'd expect Grammarly to install, but it does not. Nothing happens. When I browse to chrome://extensions, It tells me I have no extensions installed.
Does anyone know where I'm going wrong?