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ộ 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Xadal công cụ hỗ trợ thanh toán hộ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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": [
                ""
            ]
        }
    ]
}