Salesforce Page Optimizer

Analyze, debug, and improve the performance of your Lightning application (Developer Preview)

Salesforce Page Optimizer क्या है?

Salesforce Page Optimizer Salesforce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze, debug, and improve the performance of your Lightning application (Developer Preview)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce Page Optimizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; worker-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon_256.png",
            "20": "images\/icons\/icon_256.png",
            "40": "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"
        },
        "default_popup": "viewer.html?width=800px&height=600px"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}