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"입니다.
확장 프로그램 스크린샷
Page diagnostics for SharePoint 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | inahogkhlkbkjkkaleonemeijihmfagi |
공식 URL | 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": [ " |