Nexweave - Website Personalization

Personalize websites on the go using URL parameters

Nexweave - Website Personalizationคืออะไร?

Nexweave - Website Personalization เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nexweave และคุณลักษณะหลักของมันคือ "Personalize websites on the go using URL parameters"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nexweave - Website Personalization

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}