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
官方網址 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\/*"
    ]
}