Page diagnostics for SharePoint

A tool to identify page performance problems in SharePoint Online

什麼是Page diagnostics for SharePoint?

Page diagnostics for SharePoint是由Microsoft Corporation開發的Chrome擴展程式,該擴展的主要功能是“A tool to identify page performance problems in SharePoint Online”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Page diagnostics for SharePoint擴展crx文件

下載Page diagnostics for SharePoint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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. 

Privacy Policy: https://go.microsoft.com/fwlink/p/?linkid=857875                    

擴展基本資訊

名稱 Page diagnostics for SharePoint Page diagnostics for SharePoint
ID inahogkhlkbkjkkaleonemeijihmfagi
官方網址 https://chromewebstore.google.com/detail/page-diagnostics-for-shar/inahogkhlkbkjkkaleonemeijihmfagi
簡介 A tool to identify page performance problems in SharePoint Online
檔案大小 3.21 MB
安裝次數 32,534
目前版本 2.1.7
更新時間 2023-01-27
上架時間 2020-04-19
評分 3.71/5 共 7 次評分
開發者 Microsoft Corporation
電子郵箱 [email protected]
付費類型 free
擴展官網 https://aka.ms/perftool
說明頁面URL https://go.microsoft.com/fwlink/?linkid=874378
隱私政策頁面URL http://aka.ms/privacy
支援的語言 id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "short_name": "SPPageDiag",
    "version": "2.1.7",
    "manifest_version": 2,
    "author": "Microsoft",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        },
        "default_popup": ".\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "sp-page-diagnostics-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "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",
        "debugger",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*"
    ],
    "web_accessible_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"
    ]
}