Exponea Experiments

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

Qu'est-ce que Exponea Experiments ?

Exponea Experiments est une extension Chrome développée par Exponea, et sa fonction principale est "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Exponea Experiments

Téléchargez les fichiers d'extension Exponea Experiments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
URL Officiel https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Description Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Taille du Fichier 25.99 KB
Nombre d'Installations 437
Version Actuelle 0.6.1
Dernière Mise à Jour 2022-08-11
Date de Publication 2021-01-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Exponea
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://documentation.bloomreach.com/engagement/docs/experiments
URL de la Page d'Aide https://exponea.com/company/contact/
URL de la Page de Politique de Confidentialité https://exponea.com/terms-of-service/privacy-policy.pdf
Langues Prises en Charge 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"
            ]
        }
    ]
}