Salesforce Page Optimizer
Analyze, debug, and improve the performance of your Lightning application (Developer Preview)
Apa itu Salesforce Page Optimizer?
Salesforce Page Optimizer adalah ekstensi Chrome yang dikembangkan oleh Salesforce, dan fitur utamanya adalah "Analyze, debug, and improve the performance of your Lightning application (Developer Preview)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Salesforce Page Optimizer
Unduh file ekstensi Salesforce Page Optimizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Salesforce Page Optimizer |
ID | alkcnclapbnefkodhbkpifdkceldogka |
URL Resmi | https://chromewebstore.google.com/detail/salesforce-page-optimizer/alkcnclapbnefkodhbkpifdkceldogka |
Deskripsi | Analyze, debug, and improve the performance of your Lightning application (Developer Preview) |
Ukuran File | 2.24 MB |
Jumlah Instalasi | 8,773 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2023-11-06 |
Tanggal Publikasi | 2019-12-28 |
Penilaian | 4.60/5 Total 15 Penilaian |
Pengembang | Salesforce |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://releasenotes.docs.salesforce.com/en-us/summer17/release-notes/rn_networks_performance_tool.htm |
URL Halaman Kebijakan Privasi | http://www.salesforce.com/company/privacy |
Bahasa yang Didukung | 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": [ " |