Nexweave - Website Personalization

Personalize websites on the go using URL parameters

Apa itu Nexweave - Website Personalization?

Nexweave - Website Personalization adalah ekstensi Chrome yang dikembangkan oleh Nexweave, dan fitur utamanya adalah "Personalize websites on the go using URL parameters".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Nexweave - Website Personalization

Unduh file ekstensi Nexweave - Website Personalization 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

                        Nexweave Website Personalization helps you to personalize your website using our on spot editor. You can use campaigns created from Nexweave to use in your website. These personalized websites can then be delivered with a simple script tag. Add the personalization variables using URL parameters and give your users a personalized and increasingly engaging website experience.                    

Informasi Dasar Ekstensi

Nama Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
URL Resmi https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Deskripsi Personalize websites on the go using URL parameters
Ukuran File 1.13 MB
Jumlah Instalasi 560
Versi Saat Ini 1.0.11
Terakhir Diperbarui 2023-04-15
Tanggal Publikasi 2021-04-08
Pengembang Nexweave
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nexweave.com/
URL Halaman Bantuan https://nexweave.com/
URL Halaman Kebijakan Privasi https://www.nexweave.com/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nexweave - Website Personalization",
    "description": "Personalize websites on the go using URL parameters",
    "version": "1.0.11",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "nexweave-logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "\/views\/*"
    ]
}