Skip to content

wyattdave/Power-DevBox-Shortcut

Repository files navigation

Power DevBox Shortcut

A Chrome extension that provides quick shortcuts to your Microsoft Power Platform environments directly from your browser toolbar.

Features

  • 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) or Cmd+E (Mac)

Installation

  1. Download or clone this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable Developer mode (toggle in the top-right corner)
  4. Click Load unpacked and select the project folder
  5. The Power Shortcut icon will appear in your browser toolbar

Usage

  1. Navigate to Power Automate or Power Apps and sign in
  2. The extension icon will turn from red to the default colour once it captures your authentication token
  3. Click the extension icon (or press Alt+E) to open the environment list
  4. 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
  5. Use Tags to organize environments and the filter box to search

Permissions

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

Project Structure

├── 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

Author

David WyattPower DevBox

License

This project is licensed under the GNU General Public License v3.0.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors