Xadal công cụ hỗ trợ thanh toán hộ

Xadal công cụ hỗ trợ thanh toán hộ và tạo đơn ký gửi từ các hệ thống thương mại điện tử quốc tế

ما هو Xadal công cụ hỗ trợ thanh toán hộ؟

Xadal công cụ hỗ trợ thanh toán hộ هو إضافة Chrome تم تطويرها بواسطة xadaltech، والميزة الرئيسية لها هي "Xadal công cụ hỗ trợ thanh toán hộ và tạo đơn ký gửi từ các hệ thống thương mại điện tử quốc tế".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Xadal công cụ hỗ trợ thanh toán hộ

قم بتنزيل ملفات الامتداد Xadal công cụ hỗ trợ thanh toán hộ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Xadal công cụ hỗ trợ thanh toán hộ và tạo đơn ký gửi từ các hệ thống thương mại điện tử quốc tế                    

معلومات أساسية عن التمديد

الاسم Xadal công cụ hỗ trợ thanh toán hộ Xadal công cụ hỗ trợ thanh toán hộ
ID kldmanphbaliiegficbnofdemkmmklka
عنوان URL الرسمي https://chromewebstore.google.com/detail/xadal-c%C3%B4ng-c%E1%BB%A5-h%E1%BB%97-tr%E1%BB%A3-than/kldmanphbaliiegficbnofdemkmmklka
الوصف Xadal công cụ hỗ trợ thanh toán hộ và tạo đơn ký gửi từ các hệ thống thương mại điện tử quốc tế
حجم الملف 340 KB
عدد التثبيتات 114
النسخة الحالية 1.1.6
آخر تحديث 2024-02-21
تاريخ النشر 2023-12-26
تقييم 5.00/5 مجموع تقييمات 1
المطور xadaltech
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://xadal.com/term-privacy
اللغات المدعومة vi
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.1.min.js",
                "lib\/bootstrap.min.js",
                "lib\/lodash.min.js",
                "lib\/toastify.min.js",
                "src\/tools.js",
                "src\/index.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/work.1688.com\/*",
                "http:\/\/work.1688.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.1688.com\/*"
            ],
            "js": [
                "src\/site\/cn1688.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "description": "Xadal c\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 thanh to\u00e1n h\u1ed9 v\u00e0 t\u1ea1o \u0111\u01a1n k\u00fd g\u1eedi t\u1eeb c\u00e1c h\u1ec7 th\u1ed1ng th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed qu\u1ed1c t\u1ebf",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Xadal c\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 thanh to\u00e1n h\u1ed9",
    "host_permissions": [
        "https:\/\/id.xadal.com\/",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}