Page diagnostics for SharePoint

A tool to identify page performance problems in SharePoint Online

Page diagnostics for SharePoint là gì?

Page diagnostics for SharePoint là một tiện ích mở rộng Chrome được phát triển bởi Microsoft Corporation, và tính năng chính của nó là "A tool to identify page performance problems in SharePoint Online".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page diagnostics for SharePoint

Tải xuống các tệp mở rộng Page diagnostics for SharePoint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page diagnostics for SharePoint Page diagnostics for SharePoint
ID inahogkhlkbkjkkaleonemeijihmfagi
URL Chính Thức https://chromewebstore.google.com/detail/page-diagnostics-for-shar/inahogkhlkbkjkkaleonemeijihmfagi
Mô tả A tool to identify page performance problems in SharePoint Online
Kích Thước Tệp 3.21 MB
Số Lần Cài Đặt 32,534
Phiên Bản Hiện Tại 2.1.7
Cập Nhật Lần Cuối 2023-01-27
Ngày Phát Hành 2020-04-19
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Microsoft Corporation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aka.ms/perftool
URL Trang Trợ Giúp https://go.microsoft.com/fwlink/?linkid=874378
URL Trang Chính Sách Bảo Mật http://aka.ms/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}