Omniconvert Explore A/B Editor

Omniconvert Explore A/B Editor

什麼是Omniconvert Explore A/B Editor?

Omniconvert Explore A/B Editor是由https://www.omniconvert.com開發的Chrome擴展程式,該擴展的主要功能是“Omniconvert Explore A/B Editor”。

擴展截圖

screenshot
screenshot

下載Omniconvert Explore A/B Editor擴展crx文件

下載Omniconvert Explore A/B Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension provides you with an option to create A/B variations right within your browser. You can edit existing elements or insert new ones. 

For existing Explore users: all the functionality that was available inside our platform is now also available straight in your browser.                    

擴展基本資訊

名稱 Omniconvert Explore A/B Editor Omniconvert Explore A/B Editor
ID nfflknknghikblfnilakomegmhoilomi
官方網址 https://chromewebstore.google.com/detail/omniconvert-explore-ab-ed/nfflknknghikblfnilakomegmhoilomi
簡介 Omniconvert Explore A/B Editor
檔案大小 623 KB
安裝次數 82
目前版本 1.4.8
更新時間 2024-02-21
上架時間 2023-10-16
開發者 https://www.omniconvert.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.omniconvert.com/privacy-security
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omniconvert Explore A\/B Editor",
    "description": "Omniconvert Explore A\/B Editor",
    "version": "1.4.8",
    "icons": {
        "1200": "common\/icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "declarativeNetRequest"
    ],
    "minimum_chrome_version": "101",
    "background": {
        "service_worker": "common\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "common\/js\/browser-polyfill.min.js",
                "common\/js\/select_env.js",
                "common\/js\/content_scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common\/js\/bridge.js",
                "inject\/app.js",
                "inject\/app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Omniconvert Explore A\/B Editor Settings",
        "default_popup": "common\/pages\/settings.html",
        "default_icon": {
            "1200": "common\/icons\/icon.png"
        }
    }
}