Forum Discussion
Installation of custom Google Chrome extension from Intune
Hello All,
We want to check on the feasibility and capability of Intune to install a custom Google Chrome extension.
Currently the extension is loaded manually using the "Load unpacked" option from Google Chrome.
However, we have also tried with the below command in cmd and the extension is getting loaded on the device.
C:\Program Files\Google\Chrome\Application>chrome.exe -load-extension = "Path to extension folder"
But while running the same command from Intune we are not able to load the extension.
We have packaged the files as a Win32 application and added the .ps1 file to copy the contents to user device and after that is done used a .cmd to run the above command.
The files get copied successfully, however cannot figure out if the command from cmd is being run or no.
Can anyone help and guide through this?