Force installation of Extensions in ChromeSolved

Participant
Discussion
2 weeks ago

Hey folks,

We recently rolled out Chrome as the default browser on our macOS devices for the sales team. To streamline their workflow and improve efficiency, we need to enforce the installation of specific Chrome extensions, like a CRM tool and an email tracker.

The challenge is ensuring these extensions are automatically installed and stay enabled without the users being able to remove or disable them. Has anyone managed to do this?

Replies (3)

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

Hi Johnathon,

We faced a similar requirement on our team and managed to handle it with a configuration profile. Here’s a snippet of the configuration profile we used to force the installation of specific Chrome extensions:

Replace “Enter you extension ID here” with the Extension ID of your choice. If you want to add another extension, you can include it within the array, like this:

<string>Extension ID 1<string>
<string>Extension ID 2<string>

Let me know if this works!

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

I have a query; do we need to restart the device or exit Chrome after associating the configuration profile? Are there any exceptions when deploying this config profile?

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

After deploying or associating the configuration profile, wait for some time as Chrome installs the specified extensions. There is no need to restart the device, but you should exit the Chrome browser once after associating the configuration profile.

If a particular extension ID is blocklisted, ensure that you remove the extension ID from the blocklist or else the extension will not be installed.

Save