Nexweave - Website Personalization

Personalize websites on the go using URL parameters

Hvad er Nexweave - Website Personalization?

Nexweave - Website Personalization er en Chrome-udvidelse udviklet af Nexweave, og dens hovedfunktion er "Personalize websites on the go using URL parameters".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Nexweave - Website Personalization-udvidelses-CRX-fil

Download Nexweave - Website Personalization-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
Officiel URL https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Beskrivelse Personalize websites on the go using URL parameters
Filstørrelse 1.13 MB
Antal Installationer 560
Nuværende Version 1.0.11
Senest Opdateret 2023-04-15
Udgivelsesdato 2021-04-08
Udvikler Nexweave
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nexweave.com/
Hjælpeside-URL https://nexweave.com/
URL til Fortrolighedspolitik Side https://www.nexweave.com/privacy
Understøttede Sprog 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\/*"
    ]
}