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ế

Cos'è Xadal công cụ hỗ trợ thanh toán hộ?

Xadal công cụ hỗ trợ thanh toán hộ è un'estensione di Chrome sviluppata da xadaltech, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Xadal công cụ hỗ trợ thanh toán hộ

Scarica i file di estensione Xadal công cụ hỗ trợ thanh toán hộ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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ế                    

Informazioni di Base sull'Estensione

Nome Xadal công cụ hỗ trợ thanh toán hộ Xadal công cụ hỗ trợ thanh toán hộ
ID kldmanphbaliiegficbnofdemkmmklka
URL Ufficiale https://chromewebstore.google.com/detail/xadal-c%C3%B4ng-c%E1%BB%A5-h%E1%BB%97-tr%E1%BB%A3-than/kldmanphbaliiegficbnofdemkmmklka
Descrizione 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ế
Dimensione del File 340 KB
Conteggio Installazioni 114
Versione Corrente 1.1.6
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2023-12-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore xadaltech
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://xadal.com/term-privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}