Evergage Launcher

The extension provides support for launching the Evergage Visual Editor on any domain.

Evergage Launcher क्या है?

Evergage Launcher Evergage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension provides support for launching the Evergage Visual Editor on any domain."।

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

screenshot

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

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

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

                        This extension provides additional support for launching the Evergage visual editor on any domain.                    

एक्सटेंशन की मूल जानकारी

नाम Evergage Launcher Evergage Launcher
ID kdkjdfmjdcanklbkphhfdpieoohcheoc
आधिकारिक URL https://chromewebstore.google.com/detail/evergage-launcher/kdkjdfmjdcanklbkphhfdpieoohcheoc
विवरण The extension provides support for launching the Evergage Visual Editor on any domain.
फ़ाइल का आकार 3.86 MB
स्थापना संख्या 5,404
वर्तमान संस्करण 3.0.10
अंतिम अपडेट 2021-08-05
प्रकाशन तिथि 2020-06-25
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर Evergage
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.salesforce.com/privacy/overview
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evergage Launcher",
    "manifest_version": 2,
    "version": "3.0.10",
    "description": "The extension provides support for launching the Evergage Visual Editor on any domain.",
    "content_security_policy": "script-src 'self' https:\/\/cdn.evergage.com 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "clipboardWrite",
        "webNavigation",
        "privacy"
    ],
    "icons": {
        "16": "static\/[email protected]",
        "48": "static\/[email protected]",
        "128": "static\/[email protected]"
    },
    "background": {
        "scripts": [
            "background.js",
            "hot-reload.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "pageContext.js",
        "debugger.html",
        "static\/*.svg"
    ],
    "browser_action": {
        "default_icon": {
            "19": "static\/[email protected]",
            "38": "static\/[email protected]",
            "128": "static\/[email protected]"
        },
        "default_popup": "popup.html"
    }
}