Exponea Experiments

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

Cos'è Exponea Experiments?

Exponea Experiments è un'estensione di Chrome sviluppata da Exponea, e la sua funzione principale è "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Exponea Experiments

Scarica i file di estensione Exponea Experiments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
URL Ufficiale https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Descrizione Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Dimensione del File 25.99 KB
Conteggio Installazioni 437
Versione Corrente 0.6.1
Ultimo Aggiornamento 2022-08-11
Data di Pubblicazione 2021-01-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Exponea
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://documentation.bloomreach.com/engagement/docs/experiments
URL della Pagina di Aiuto https://exponea.com/company/contact/
URL della Pagina della Politica sulla Privacy https://exponea.com/terms-of-service/privacy-policy.pdf
Lingue Supportate 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"
            ]
        }
    ]
}