Evergage Launcher

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

Evergage Launcherคืออะไร?

Evergage Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evergage และคุณลักษณะหลักของมันคือ "The extension provides support for launching the Evergage Visual Editor on any domain."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evergage Launcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}