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. 拡張機能の基本情報
| 名前 | |
| ID | alkcnclapbnefkodhbkpifdkceldogka |
| 公式URL | 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 |
| Eメール | [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": [
" | |