Nexweave - Website Personalization

Personalize websites on the go using URL parameters

Nexweave - Website Personalization là gì?

Nexweave - Website Personalization là một tiện ích mở rộng Chrome được phát triển bởi Nexweave, và tính năng chính của nó là "Personalize websites on the go using URL parameters".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nexweave - Website Personalization

Tải xuống các tệp mở rộng Nexweave - Website Personalization dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nexweave - Website Personalization Nexweave - Website Personalization
ID bpepmpmpcadijihffpfiohfdffpmggeg
URL Chính Thức https://chromewebstore.google.com/detail/nexweave-website-personal/bpepmpmpcadijihffpfiohfdffpmggeg
Mô tả Personalize websites on the go using URL parameters
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 560
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2021-04-08
Nhà Phát Triển Nexweave
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nexweave.com/
URL Trang Trợ Giúp https://nexweave.com/
URL Trang Chính Sách Bảo Mật https://www.nexweave.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}