Evergage Launcher

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

Co je Evergage Launcher?

Evergage Launcher je rozšíření Chrome vyvinuté Evergage, a jeho hlavní funkcí je „The extension provides support for launching the Evergage Visual Editor on any domain.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Evergage Launcher

Stáhněte si soubory rozšíření Evergage Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Evergage Launcher Evergage Launcher
ID kdkjdfmjdcanklbkphhfdpieoohcheoc
Oficiální URL https://chromewebstore.google.com/detail/evergage-launcher/kdkjdfmjdcanklbkphhfdpieoohcheoc
Popis The extension provides support for launching the Evergage Visual Editor on any domain.
Velikost souboru 3.86 MB
Počet instalací 5,404
Aktuální Verze 3.0.10
Poslední Aktualizace 2021-08-05
Datum Vydání 2020-06-25
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář Evergage
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.salesforce.com/privacy/overview
Podporované Jazyky 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"
    }
}