Omniconvert Explore A/B Editor

Omniconvert Explore A/B Editor

Was ist Omniconvert Explore A/B Editor?

Omniconvert Explore A/B Editor ist eine Chrome-Erweiterung, die von https://www.omniconvert.com entwickelt wurde, und ihr Hauptmerkmal ist "Omniconvert Explore A/B Editor".

Erweiterungsscreenshots

screenshot
screenshot

Omniconvert Explore A/B Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Omniconvert Explore A/B Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Omniconvert Explore A/B Editor Omniconvert Explore A/B Editor
ID nfflknknghikblfnilakomegmhoilomi
Offizielle URL https://chromewebstore.google.com/detail/omniconvert-explore-ab-ed/nfflknknghikblfnilakomegmhoilomi
Beschreibung Omniconvert Explore A/B Editor
Dateigröße 623 KB
Installationsanzahl 82
Aktuelle Version 1.4.8
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-10-16
Entwickler https://www.omniconvert.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.omniconvert.com/privacy-security
Unterstützte Sprachen 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"
        }
    }
}