Exponea Experiments

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

什么是Exponea Experiments?

Exponea Experiments是由Exponea开发的Chrome扩展程序,该扩展的主要功能是“Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.”。

扩展截图

screenshot
screenshot

下载Exponea Experiments扩展crx文件

下载Exponea Experiments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
官方URL https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
简介 Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
文件大小 25.99 KB
安装次数 437
当前版本 0.6.1
更新时间 2022-08-11
上架时间 2021-01-12
评分 5.00/5 共1次评分
开发者 Exponea
电子邮箱 [email protected]
付费类型 free
扩展官网 https://documentation.bloomreach.com/engagement/docs/experiments
帮助页面URL https://exponea.com/company/contact/
隐私政策页面URL https://exponea.com/terms-of-service/privacy-policy.pdf
支持的语言 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"
            ]
        }
    ]
}