Salesforce Page Optimizer
Analyze, debug, and improve the performance of your Lightning application (Developer Preview)
什麼是Salesforce Page Optimizer?
Salesforce Page Optimizer是由Salesforce開發的Chrome擴展程式,該擴展的主要功能是“Analyze, debug, and improve the performance of your Lightning application (Developer Preview)”。
擴展截圖
下載Salesforce Page Optimizer擴展crx文件
下載Salesforce Page Optimizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Salesforce Page Optimizer (Developer Preview) analyzes your lightning based community/apps and identifies performance optimization opportunites. Use the information to refine your design and improve performance for your members. Installation and usage of this extension is covered by the EULA: https://secure2.sfdcstatic.com/assets/pdf/misc/salesforce-community-eula-ofs-page-optimizer.pdf Check out the Settings > Privacy page for more information on what data is gathered/used by this extension.
擴展基本資訊
名稱 | Salesforce Page Optimizer |
ID | alkcnclapbnefkodhbkpifdkceldogka |
官方網址 | https://chromewebstore.google.com/detail/salesforce-page-optimizer/alkcnclapbnefkodhbkpifdkceldogka |
簡介 | Analyze, debug, and improve the performance of your Lightning application (Developer Preview) |
檔案大小 | 2.24 MB |
安裝次數 | 8,773 |
目前版本 | 2.1.0 |
更新時間 | 2023-11-06 |
上架時間 | 2019-12-28 |
評分 | 4.60/5 共 15 次評分 |
開發者 | Salesforce |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://releasenotes.docs.salesforce.com/en-us/summer17/release-notes/rn_networks_performance_tool.htm |
隱私政策頁面URL | http://www.salesforce.com/company/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Page Optimizer", "short_name": "PO", "author": "Salesforce", "description": "Analyze, debug, and improve the performance of your Lightning application (Developer Preview)", "version": "2.1.0", "icons": { "16": "images\/icons\/icon_256.png", "48": "images\/icons\/icon_256.png", "96": "images\/icons\/icon_256.png", "128": "images\/icons\/icon_256.png", "256": "images\/icons\/icon_256.png", "512": "images\/icons\/icon_256.png" }, "background": { "service_worker": "dist\/background.js", "type": "module" }, "sandbox": { "pages": [ "sandbox.html" ] }, "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "matches": [ " |