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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://exponea.com/company/contact/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}