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
官方網址 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"
            ]
        }
    ]
}