Nexweave - Website Personalization

Personalize websites on the go using URL parameters

What is Nexweave - Website Personalization?

Nexweave - Website Personalization is a Chrome extension developed by Nexweave, and its main feature is "Personalize websites on the go using URL parameters".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nexweave - Website Personalization Extension CRX File

Download Nexweave - Website Personalization extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
Official URL https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Description Personalize websites on the go using URL parameters
File Size 1.13 MB
Installation Count 560
Current Version 1.0.11
Last Updated 2023-04-15
Publish Date 2021-04-08
Developer Nexweave
Email [email protected]
Payment Type free
Extension Website https://nexweave.com/
Help Page URL https://nexweave.com/
Privacy Policy Page URL https://www.nexweave.com/privacy
Supported Languages 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\/*"
    ]
}