Evergage Launcher

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

What is Evergage Launcher?

Evergage Launcher is a Chrome extension developed by Evergage, and its main feature is "The extension provides support for launching the Evergage Visual Editor on any domain.".

Extension Screenshots

screenshot

Download Evergage Launcher Extension CRX File

Download Evergage Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Evergage Launcher Evergage Launcher
ID kdkjdfmjdcanklbkphhfdpieoohcheoc
Official URL https://chromewebstore.google.com/detail/evergage-launcher/kdkjdfmjdcanklbkphhfdpieoohcheoc
Description The extension provides support for launching the Evergage Visual Editor on any domain.
File Size 3.86 MB
Installation Count 5,404
Current Version 3.0.10
Last Updated 2021-08-05
Publish Date 2020-06-25
Rating 3.40/5 Total 5 Ratings
Developer Evergage
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.salesforce.com/privacy/overview
Supported Languages 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"
    }
}