Exponea Experiments

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

Wat is Exponea Experiments?

Exponea Experiments is een Chrome-extensie ontwikkeld door Exponea, en de belangrijkste functie is "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Exponea Experiments

Download Exponea Experiments-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 Chrome extension simplifies the use of Exponea experiments. With it you can preview the experiments on any website.                    

Basisinformatie over de Extensie

Naam Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
Officiële URL https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Beschrijving Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Bestandsgrootte 25.99 KB
Aantal Installaties 437
Huidige Versie 0.6.1
Laatst Bijgewerkt 2022-08-11
Publicatiedatum 2021-01-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Exponea
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://documentation.bloomreach.com/engagement/docs/experiments
Help Pagina-URL https://exponea.com/company/contact/
URL van de Privacybeleid Pagina https://exponea.com/terms-of-service/privacy-policy.pdf
Ondersteunde Talen 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"
            ]
        }
    ]
}