Exponea Experiments

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

Co to jest Exponea Experiments?

Exponea Experiments to rozszerzenie Chrome opracowane przez Exponea, a jego główną funkcją jest „Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Exponea Experiments

Pobierz pliki rozszerzeń Exponea Experiments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
Oficjalny URL https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Opis Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Rozmiar pliku 25.99 KB
Liczba instalacji 437
Aktualna Wersja 0.6.1
Ostatnia Aktualizacja 2022-08-11
Data Publikacji 2021-01-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Exponea
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://documentation.bloomreach.com/engagement/docs/experiments
Adres URL Strony Pomocy https://exponea.com/company/contact/
Adres URL Strony Polityki Prywatności https://exponea.com/terms-of-service/privacy-policy.pdf
Obsługiwane Języki 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"
            ]
        }
    ]
}