Register Chromium Extension
Description
Adds one or more extensions to popular Chromium-based browsers.
Requirements
The Extension URL ID must be obtained from Chrome Web Store.
Sample Deployment Parameters
Example 1: Installing Claude Extension for Chrome
ExtensionID:
fcoeoabgfenejglbffodgkkbkcdhcgfn
Target:
Chrome

Example 2: Installing Dark Reader Extension for Edge
ExtensionID:
eimadpbcbfnmbkopoojfekhnkhdbieeh
Target:
Edge

Example 3: Installing both Claude and Dark Reader Extensions for both Chrome and Edge
ExtensionID:
fcoeoabgfenejglbffodgkkbkcdhcgfn
eimadpbcbfnmbkopoojfekhnkhdbieeh
Target:
Chrome
Edge

Example 4: Installing both Claude and Dark Reader Extensions for all supported browsers (Chromium, Chrome, Edge, Brave, and Vivaldi)
ExtensionID:
fcoeoabgfenejglbffodgkkbkcdhcgfn
eimadpbcbfnmbkopoojfekhnkhdbieeh
Target: (leave blank or omit to apply to all supported browsers)

Parameters
| Parameter | ValidateSet | Required | Default | Type | Description |
|---|---|---|---|---|---|
ExtensionID | True | String[] | Holds the URL ID values for the desired extensions to install. | ||
Target | Chromium, Chrome, Edge, Brave, Vivaldi | False | Defaults to applying settings to all available targets | String[] | Designates the target browser to add the extension to. |
Changelog
2026-04-02
- Deprecated
Install Google Chrome ExtensionandInstall Microsoft Edge Extension - Initial version of the document