Nexweave - Website Personalization

Personalize websites on the go using URL parameters

Wat is Nexweave - Website Personalization?

Nexweave - Website Personalization is een Chrome-extensie ontwikkeld door Nexweave, en de belangrijkste functie is "Personalize websites on the go using URL parameters".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nexweave - Website Personalization

Download Nexweave - Website Personalization-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
Officiële URL https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Beschrijving Personalize websites on the go using URL parameters
Bestandsgrootte 1.13 MB
Aantal Installaties 560
Huidige Versie 1.0.11
Laatst Bijgewerkt 2023-04-15
Publicatiedatum 2021-04-08
Ontwikkelaar Nexweave
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nexweave.com/
Help Pagina-URL https://nexweave.com/
URL van de Privacybeleid Pagina https://www.nexweave.com/privacy
Ondersteunde Talen 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\/*"
    ]
}