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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://nexweave.com/
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}