Exponea Experiments

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

What is Exponea Experiments?

Exponea Experiments is a Chrome extension developed by Exponea, and its main feature is "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.".

Extension Screenshots

screenshot
screenshot

Download Exponea Experiments Extension CRX File

Download Exponea Experiments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
Official URL 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.
File Size 25.99 KB
Installation Count 437
Current Version 0.6.1
Last Updated 2022-08-11
Publish Date 2021-01-12
Rating 5.00/5 Total 1 Ratings
Developer Exponea
Email [email protected]
Payment Type free
Extension Website https://documentation.bloomreach.com/engagement/docs/experiments
Help Page URL https://exponea.com/company/contact/
Privacy Policy Page URL https://exponea.com/terms-of-service/privacy-policy.pdf
Supported Languages 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"
            ]
        }
    ]
}