Exponea Experiments

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

Apa itu Exponea Experiments?

Exponea Experiments adalah ekstensi Chrome yang dikembangkan oleh Exponea, dan fitur utamanya adalah "Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Exponea Experiments

Unduh file ekstensi Exponea Experiments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Exponea Experiments Exponea Experiments
ID ckbeemdblbpmccbpggjolncfiooammbf
URL Resmi https://chromewebstore.google.com/detail/exponea-experiments/ckbeemdblbpmccbpggjolncfiooammbf
Deskripsi Allows the user to preview Exponea Experiments on any page. Works for both Exponea and Exponea Smallbiz.
Ukuran File 25.99 KB
Jumlah Instalasi 437
Versi Saat Ini 0.6.1
Terakhir Diperbarui 2022-08-11
Tanggal Publikasi 2021-01-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Exponea
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://documentation.bloomreach.com/engagement/docs/experiments
URL Halaman Bantuan https://exponea.com/company/contact/
URL Halaman Kebijakan Privasi https://exponea.com/terms-of-service/privacy-policy.pdf
Bahasa yang Didukung 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"
            ]
        }
    ]
}