PLIST to add Chrome extensions

KK 5 Reputation points
2025-01-31T09:32:30.3666667+00:00

I am trying to install an extension on Chrome for Mac using Intune, but I am getting an error.
error code is 0x87d11391
The content of the PLI ST seems bad, dose anyone know what is wrong with it?

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

    <key>ExtensionInstallForcelist</key>

    <array>

        <string>abcdefghijklmnopqrstuvwxyzabcdef;https://clients2.google.com/service/update2/crx</string>

    </array>

</dict>
```</plist>

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Other

2 answers

Sort by: Most helpful
  1. Gil Burns 0 Reputation points
    2026-01-03T17:35:51.2933333+00:00

    Are you using the Templates -> Preferences type config profile?

    That should be keys and values only. You need to strip out the plist wrapping and upload only that part. You file should look like this:

    <key>ExtensionInstallForcelist</key>
    <array>
          <string>abcdefghijklmnopqrstuvwxyzabcdef;https://clients2.google.com/service/update2/crx</string>
    </array>
    

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  2. Anonymous
    2025-02-03T01:43:09.8433333+00:00

    @KK Thanks for posting in our Q&A.

    Honestly, with the device limitation, I couldn't repeat this issue. Given this situation, it is suggested to create an online support ticket to get more help. Here is the support link:

    https://learn.microsoft.com/en-us/mem/get-support

    Thanks for your understanding and hope everything goes well with you.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.