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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Xadal công cụ hỗ trợ thanh toán hộ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}