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
Eメール [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\/*"
    ]
}