Salesforce Page Optimizer
Analyze, debug, and improve the performance of your Lightning application (Developer Preview)
Salesforce Page Optimizerคืออะไร?
Salesforce Page Optimizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Salesforce และคุณลักษณะหลักของมันคือ "Analyze, debug, and improve the performance of your Lightning application (Developer Preview)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Page Optimizer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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": [ " |