WebExtension.net
Toggle dark mode
WebExtension.net

Page diagnostics for SharePoint

View on Chrome Web Store
View Page diagnostics for SharePoint Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (6 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A tool to identify page performance problems in SharePoint Online
Type
Extension
Users
30,000 users
10K
Microsoft Corporation
View author page of Microsoft Corporation
Published
Published on June 18, 2018
Version 3.0.1
Manifest version
3
Updated
Updated on September 24, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Page diagnostics for SharePoint Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "short_name": "SPPageDiag",
    "version": "3.0.1",
    "manifest_version": 3,
    "author": "Microsoft",
    "action": {
        "default_popup": ".\/popup.html"
    },
    "background": {
        "service_worker": "sp-page-diagnostics-background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "sp-page-diagnostics-content-script-entry.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_Description__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "webNavigation",
        "downloads",
        "tabs",
        "activeTab",
        "alarms",
        "debugger",
        "scripting",
        "webRequest",
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "classic\/contentScript\/pageNetwork.js",
                "classic\/contentScript\/registerListener.js",
                "classic\/jquery\/jquery.min.js",
                "modern-injected-script.js",
                "classic-injected-script.js",
                "sp-page-diagnostics-content-script-entry.js",
                "sp-page-diagnostics-content-script-core.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top