Công Cụ Đặt Hàng Tín Mã

Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.

Công Cụ Đặt Hàng Tín Mã란 무엇입니까?

Công Cụ Đặt Hàng Tín Mã은(는) https://www.yoong.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Công Cụ Đặt Hàng Tín Mã 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Công cụ giúp đơn giản hoá việc đặt hàng trên các trang thương mại điện tử như Taobao.com                    

확장 프로그램 기본 정보

이름 Công Cụ Đặt Hàng Tín Mã Công Cụ Đặt Hàng Tín Mã
ID gapijomhliijaoiaegigdgekgjikddjn
공식 URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-t%C3%ADn-m%C3%A3/gapijomhliijaoiaegigdgekgjikddjn
설명 Công cụ Đặt hàng của TinMa68.com trên trình duyệt Chrome & Cờ rôm+.
파일 크기 352 KB
설치 횟수 1,487
현재 버전 3.0.4
최근 업데이트 2024-02-27
출시 날짜 2019-03-08
평점 4.50/5 총 6 개의 평점
개발자 https://www.yoong.vn
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tinma.vn/chinh-sach-hoat-dong-cua-tin-ma
지원되는 언어 vi
manifest.json
{
    "manifest_version": 3,
    "version": "3.0.4",
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng T\u00edn M\u00e3",
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng c\u1ee7a TinMa68.com tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/test.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*"
            ]
        },
        {
            "js": [
                "js\/web_service_config.js",
                "js\/web_service_script.js"
            ],
            "matches": [
                "http:\/\/*.seudo.vn\/*",
                "https:\/\/*.seudo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "*:\/\/*.tinma.vn\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "template\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}