Nexweave - Website Personalization

Personalize websites on the go using URL parameters

什么是Nexweave - Website Personalization?

Nexweave - Website Personalization是由Nexweave开发的Chrome扩展程序,该扩展的主要功能是“Personalize websites on the go using URL parameters”。

扩展截图

screenshot
screenshot
screenshot

下载Nexweave - Website Personalization扩展crx文件

下载Nexweave - Website Personalization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
官方URL https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
简介 Personalize websites on the go using URL parameters
文件大小 1.13 MB
安装次数 560
当前版本 1.0.11
更新时间 2023-04-15
上架时间 2021-04-08
开发者 Nexweave
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nexweave.com/
帮助页面URL https://nexweave.com/
隐私政策页面URL https://www.nexweave.com/privacy
支持的语言 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\/*"
    ]
}