Nightfall macOS Agent: How to Add the Nightfall Chrome ExtensionSettings to an Existing Non-Nightfall Profile
Last updated: March 24, 2026
Purpose
To add the Nightfall Chrome ExtensionSettings of the "with_browser_extensions" mobileconfig to an already existing profile that is deployed by the customer
Environment
Operating System: macOS
Resolution
This can prove useful when a company has deployed another profile that controls the Chrome browser ExtensionSettings and it clashes with Nightfall's Profile thereby preventing connectivity of the extension. Adding the Nightfall ExtensionSettings within the currently present profile will allow the Nightfall extension to connect.
Add the following ExtensionSettings anywhere within the <array> brackets:
<dict>
<key>ExtensionSettings</key>
<dict>
<key>jgmgecncmjklkabkejnjfgfkglapfgek</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://clients2.google.com/service/update2/crx</string>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Google Chrome - Nightfall Extension</string>
<key>PayloadIdentifier</key>
<string>com.google.Chrome.8370900F-6579-4703-8FEF-1DE3DD384618</string>
<key>PayloadType</key>
<string>com.google.Chrome</string>
<key>PayloadUUID</key>
<string>8370900F-6579-4703-8FEF-1DE3DD384618</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>ExtensionSettings</key>
<dict>
<key>jgmgecncmjklkabkejnjfgfkglapfgek</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://clients2.google.com/service/update2/crx</string>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Google Chrome Beta - Nightfall Extension</string>
<key>PayloadIdentifier</key>
<string>com.google.Chrome.beta.A6E44352-4604-4968-8F35-F74BA0FE5C48</string>
<key>PayloadType</key>
<string>com.google.Chrome.beta</string>
<key>PayloadUUID</key>
<string>A6E44352-4604-4968-8F35-F74BA0FE5C48</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>The array brackets may look something like this:
<key>PayloadContent</key>
<array>
(Nightfall ExtensionSettings shown above go anywhere here)
</array>