A Chrome extension that provides quick shortcuts to your Microsoft Power Platform environments directly from your browser toolbar.
- Environment List — Automatically detects and lists all your Power Platform environments
- Quick Navigation — One-click access to:
- Power Automate (Solutions)
- Power Apps (Solutions)
- Dynamics 365 instance
- Advanced Find / Settings
- Power Platform Admin Center
- Tag & Organize — Create custom tags to categorize and filter environments
- Search / Filter — Quickly find environments by name or ID
- CSV Export — Download your environment list as a CSV file
- Keyboard Shortcut — Launch the popup with
Alt+E(Windows) orCmd+E(Mac)
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked and select the project folder
- The Power Shortcut icon will appear in your browser toolbar
- Navigate to Power Automate or Power Apps and sign in
- The extension icon will turn from red to the default colour once it captures your authentication token
- Click the extension icon (or press
Alt+E) to open the environment list - Click an environment name to open it in Power Automate, or use the icons to navigate to Power Apps, Dynamics, Settings, or the Admin Center
- Use Tags to organize environments and the filter box to search
| Permission | Reason |
|---|---|
storage |
Persist environment list and tags locally |
webRequest |
Capture authorization headers to authenticate API calls |
Host permissions (*.api.flow.microsoft.com, make.powerautomate.com, make.powerapps.com, *.tenant.api.powerplatform.com) |
Fetch environment data from Power Platform APIs |
├── manifest.json # Chrome extension manifest (v3)
├── background.js # Service worker — captures auth tokens & fetches environments
├── index.htm # Popup UI
├── script.js # Popup logic — filtering, tagging, navigation
└── assets/
├── css/ # Stylesheets (MUI, Font Awesome, custom)
├── fontawsome/ # Font Awesome icons & webfonts
├── img/ # Extension icons & product logos
└── js/ # jQuery, MUI, CSV export utility
David Wyatt — Power DevBox
This project is licensed under the GNU General Public License v3.0.