ohooejncfhlppgpmoobomncibkaemnof
Quick access to common SharePoint admin pages and centers SharePoint Admin Shortcuts - Chrome Extension A productivity tool for SharePoint and Microsoft 365 administrators that provides instant access to commonly used administration pages through a convenient side panel and favorites drop down list. What This Extension Does SharePoint Admin Shortcuts eliminates the tedious navigation through multiple menus and bookmarks by providing one-click access to essential SharePoint and Microsoft 365 administration pages. When you click the extension icon, a favorites drop down opens with configurable links you have saved appearing, you also have the option to open a side panel displaying all organized links to admin pages for the SharePoint site you're currently viewing, plus tenant-wide admin centers. **Dynamic Site Detection** - Automatically detects the SharePoint site and version you're viewing - Updates links in real-time as you navigate between sites - Displays site-specific administration pages with correct URLs **Customisation Features**: - Star/unstar links to add to favorites popup - Show/hide entire sections or individual links - Reorder sections and links via drag-and-drop - Add custom links with URL validation - Export/import settings for backup or transfer - Reset to defaults if needed **Comprehensive Link Collection** - **Current Site Links** (20+): Site Settings, Libraries & Lists, Permissions, Content Types, Recycle Bins, Analytics, and more - **Site Catalogs**: Web Part Gallery, Theme Gallery, Solutions, App Permissions - **Tenant Admin Centers**: SharePoint Admin, Microsoft 365 Admin, Security, Compliance - **Quick Access Tools**: Service Health, Message Center, Usage Reports, Teams Admin **Custom Links** - Add your own frequently-accessed SharePoint or admin pages - Include custom titles, descriptions, and emoji icons - Links sync across your Chrome browsers via Chrome sync storage - Easy delete functionality for links you no longer need **Always Accessible** - Side panel design stays open while you navigate - Doesn't interfere with your SharePoint work - Compact, scrollable and searchable interface with all links visible - Automatic refresh when switching tabs or sites **✏️ Edit Page for Screenshots**: - New utility in Tools & Resources section - Makes any page content editable for anonymising screenshots - One-click activation with centred notification (5-second display) - Clear instructions: "Reload the page (F5 or Ctrl+R)" to disable - Uses chrome.scripting.executeScript API for secure page modification - Perfect for creating demo screenshots without sensitive data **🌓 Dark Mode**: - Three modes: Auto (follows system preference), Light, Dark - Auto-detects Windows/macOS/browser dark mode setting - Real-time updates when system theme changes - Manual override available in Settings page - Syncs across all user's Chrome/Edge instances
Power DevBox Exceptions
Creates Exception catch expression for Power Automate Recording the reason for a flow failure is very difficult, this is where Power DevBox Exception comes in. It creates a bespoke expression for every flow that returns the reason for why a flow failed. Instructions -Goto your flow -Click save/publish (the exception expression is generated from last full version, not draft) -Click the Power DevBox Exception Extension icon -Open the action with the input for the message -Click paste Ctrl +e will add expression to return url for flow run - @{concat('https://make.powerautomate.com/manage/environments/', workflow()?['tags']?['environmentName'], '/flows/', workflow()?['name'], '/runs/', workflow()?['run']['name'])} Note - expression with skip any scope/container with the word 'exception' in it, this is to stop actions used in exception handling that maybe below the message in the flow (stopping it erroring). Some actions will not pass errors to containers, all API actions can be added by switching to New Mode by pressing Ctrl+m. To stop self referencing any action using the exception expression must have 'exception' in the name.
Power Automate Tools
This extension enables editing a Power Automate flow definition as JSON. The Chrome extension that enables editing a Power Automate flow definition as JSON. Motivation The reason behind creating this extension is constantly struggling with repetitive tasks in the flow authoring workflow like replacing a SharePoint site's URL or changing the variable name. Features - Edit a Power Automate flow as JSON in your browser. - Workflow definition JSON schema validation. - Rich text manipulation features thanks to Monaco Editor (VS Code). - Validating actions using "Flow Checker". - More features may come in future :) 1. Get the extension. 2. Open the flow edit page in the Power Automate/Power Apps portal. 3. Click the extension icon. 4. Edit your flow! - Migrated to the new Power Platform API (*.api.powerplatform.com) - Fixed flow detection for solution flows and multiple environments - Per-tab state tracking for auth tokens and API URLs v1.2 - Fixed the issue with saving a flow - Support for launching from the new Power Automate designer - Improved launching from Power Apps Portal - Now editor allows to edit the flow definition and connection references v1.1 Added support for opening a flow from the new Power Automate portal and Power Apps portal. Known limitations - The authentication token is not refreshed automatically at this moment. Sometimes might be necessary to refresh the flow's page that was used to open the extension.
Page diagnostics for SharePoint
A tool to identify page performance problems in SharePoint Online Page Diagnostics for SharePoint Online is aimed at assisting our customers optimize the performance of their Classic and Modern SharePoint site pages. The tool does not make any changes but rather highlights recommended practices showing them in an Attention Required, Improvement Opportunities and No Action Required sections. Reducing the server time and load on SQL within SharePoint is an important part of maintaining consistent performance with SharePoint and in particular SharePoint Online especially considering the performance optimizations Microsoft has made. The tool will highlight some of the optimizations and recommend utilizing these available resources. Each recommended practice also has a “Learn more” link to direct you to the right resource to assist you. Please also review the “How to use this tool” guide available from the About page. This extension supports SharePoint Online and is not designed for SharePoint on-Premises.
SP Formatter
Customize your SharePoint Column, View or Form Layout Formatting JSON using a full-featured editor instead of the default one. - Live Preview as you type (no need to click "Preview" button) - Intellisense (suggestions) based on Column or View formatting schema, CSS styles, replaceable tokens (`@currentField`, list fields with `$` based on the context) - JSON validation with error messages in the editor - Help tooltips for JSON properties - Color highlights - Line numbers, brace matching, collapsible regions - Hotkeys: search, replace, format document, go to line and others available for monaco-editor - Easily switch between default and enhanced editor - VSCode integration - Full screen mode - SharePoint Online - SharePoint 2019 (through a separate extension, read more https://github.com/pnp/sp-formatter/blob/master/sp2019/README.md) CHANGELOG: https://github.com/pnp/sp-formatter/blob/master/web-extension/CHANGELOG.md