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
Eメール [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"
            ]
        }
    ]
}