Exponea Experiments

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

Exponea Experimentsคืออะไร?

Exponea Experiments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Exponea และคุณลักษณะหลักของมันคือ "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exponea Experiments

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}