Exponea Experiments

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

Exponea Experiments là gì?

Exponea Experiments là một tiện ích mở rộng Chrome được phát triển bởi Exponea, và tính năng chính của nó là "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exponea Experiments

Tải xuống các tệp mở rộng Exponea Experiments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
URL Chính Thức https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Mô tả Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Kích Thước Tệp 25.99 KB
Số Lần Cài Đặt 437
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2022-08-11
Ngày Phát Hành 2021-01-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Exponea
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://documentation.bloomreach.com/engagement/docs/experiments
URL Trang Trợ Giúp https://exponea.com/company/contact/
URL Trang Chính Sách Bảo Mật https://exponea.com/terms-of-service/privacy-policy.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}