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ế

¿Qué es Xadal công cụ hỗ trợ thanh toán hộ?

Xadal công cụ hỗ trợ thanh toán hộ es una extensión de Chrome desarrollada por xadaltech, y su función principal es "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ế".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Xadal công cụ hỗ trợ thanh toán hộ

Descarga archivos de extensión Xadal công cụ hỗ trợ thanh toán hộ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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ế                    

Información Básica de la Extensión

Nombre Xadal công cụ hỗ trợ thanh toán hộ Xadal công cụ hỗ trợ thanh toán hộ
ID kldmanphbaliiegficbnofdemkmmklka
URL Oficial https://chromewebstore.google.com/detail/xadal-c%C3%B4ng-c%E1%BB%A5-h%E1%BB%97-tr%E1%BB%A3-than/kldmanphbaliiegficbnofdemkmmklka
Descripción 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ế
Tamaño del Archivo 340 KB
Cantidad de Instalaciones 114
Versión Actual 1.1.6
Última Actualización 2024-02-21
Fecha de Publicación 2023-12-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador xadaltech
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://xadal.com/term-privacy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}