Exponea Experiments

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

Exponea Experiments क्या है?

Exponea Experiments Exponea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Exponea Experiments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}