Install Extensions
Extensions add capabilities to each profile. Install from Chrome Web Store, Microsoft Edge Add-ons, or upload .crx / .zip packages, then assign them to profiles.
Overview
- Chrome Web Store: Install into the extension library from a store URL
- Edge Add-ons: Install from Edge store URL
- Upload:
.zipor.crxfrom disk - Assign to profiles: After install, use Assign to profiles to enable on multiple environments
- Manage: View, update, uninstall; batch update for store extensions; global enable/disable toggle
Chrome Web Store
Install from URL
- Open extension install UI
- Choose Chrome Web Store
- Paste the extension URL
- Click Install
- Wait for completion
URL formats:
https://chrome.google.com/webstore/detail/[name]/[id]
https://chromewebstore.google.com/detail/[id]Copy the full URL from the store listing (must include extension ID).
Common extensions
Dev tools: Vue.js devtools, React Developer Tools, Redux DevTools
Productivity: Ad blockers, password managers, writing assistants
Testing: Selenium IDE, API interceptors, Web Developer toolbar
Microsoft Edge Add-ons
Install from URL
- Choose Edge Add-ons
- Paste the Edge store URL
- Click Install
URL formats:
https://microsoftedge.microsoft.com/addons/detail/[name]/[id]
https://edge.microsoft.com/addons/detail/[id]Many Chrome extensions work on Edge; prefer Edge-native builds when available.
Manual upload
Formats
- CRX: Packaged Chrome extension
- ZIP: Unpacked source with
manifest.jsonat root
Steps
CRX
- Manual upload → CRX
- Select file (≤50 MB, valid package)
- Upload & install
ZIP
- Choose ZIP
- Upload archive with
manifest.json(≤100 MB) - System unpacks and installs in developer mode
Management
- List installed extensions with version and source
- Enable / disable per extension or in bulk
- Uninstall or update when a new version exists
- Assign which profiles use an extension — Assign to profiles
Troubleshooting
| Issue | Try |
|---|---|
| Store install fails | Network; valid URL; store reachable; browser version |
| Upload fails | Correct format; size limits; valid manifest.json |
| Won’t enable | Permissions; dependencies; security settings; reinstall |
Best practices
- Prefer official store listings and known publishers
- Grant minimal permissions
- Limit extension count for performance
- Remove unused extensions and keep updates current
