Exponea Experiments

Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.

Co je Exponea Experiments?

Exponea Experiments je rozšíření Chrome vyvinuté Exponea, a jeho hlavní funkcí je „Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Exponea Experiments

Stáhněte si soubory rozšíření Exponea Experiments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This Chrome extension simplifies the use of Exponea experiments. With it you can preview the experiments on any website.                    

Základní Informace o Rozšíření

Název Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
Oficiální URL https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Popis Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Velikost souboru 25.99 KB
Počet instalací 437
Aktuální Verze 0.6.1
Poslední Aktualizace 2022-08-11
Datum Vydání 2021-01-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Exponea
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://documentation.bloomreach.com/engagement/docs/experiments
URL Stránky Nápovědy https://exponea.com/company/contact/
URL Stránky Zásad Ochrany Soukromí https://exponea.com/terms-of-service/privacy-policy.pdf
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exponea Experiments",
    "description": "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.",
    "version": "0.6.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "Exponea Experiments",
        "default_popup": "build\/index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content.js"
            ]
        }
    ]
}