Evergage Launcher

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

Evergage Launcherとは何ですか?

Evergage LauncherはEvergageによって開発されたChromeの拡張機能で、その主な機能は「The extension provides support for launching the Evergage Visual Editor on any domain.」です。

拡張機能のスクリーンショット

screenshot

Evergage Launcher拡張機能のCRXファイルをダウンロード

Evergage Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}