Omniconvert Explore A/B Editor

Omniconvert Explore A/B Editor

Wat is Omniconvert Explore A/B Editor?

Omniconvert Explore A/B Editor is een Chrome-extensie ontwikkeld door https://www.omniconvert.com, en de belangrijkste functie is "Omniconvert Explore A/B Editor".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Omniconvert Explore A/B Editor

Download Omniconvert Explore A/B Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Omniconvert Explore A/B Editor Omniconvert Explore A/B Editor
ID nfflknknghikblfnilakomegmhoilomi
Officiële URL https://chromewebstore.google.com/detail/omniconvert-explore-ab-ed/nfflknknghikblfnilakomegmhoilomi
Beschrijving Omniconvert Explore A/B Editor
Bestandsgrootte 623 KB
Aantal Installaties 82
Huidige Versie 1.4.8
Laatst Bijgewerkt 2024-02-21
Publicatiedatum 2023-10-16
Ontwikkelaar https://www.omniconvert.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.omniconvert.com/privacy-security
Ondersteunde Talen 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"
        }
    }
}