Dai68.vn Order China

Dai68.vn Order China, Đặt hàng Trung Quốc

Dai68.vn Order China란 무엇입니까?

Dai68.vn Order China은(는) hauhm1005에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dai68.vn Order China, Đặt hàng Trung Quốc"입니다.

확장 프로그램 스크린샷

screenshot

Dai68.vn Order China 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dai68.vn - Order Tool
Công cụ đặt hàng nhanh của Dai68.vn
http://Dai68.vn | Công cụ đặt hàng từ website TaoBao.com, Tmall.com, jd.com và 1688.com.
Dai68.vn Order Tool Extension được tạo ra nhằm mục đích hỗ trợ người dùng của website Dai68.vn có thể duyệt thông tin hàng hóa trên các website Taobao.com, Tmall.com, jd.com và 1688.com.


Nhập hàng trực tuyến với hàng triệu sản phẩm phong phú từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com, jd.com và 1688.com                    

확장 프로그램 기본 정보

이름 Dai68.vn Order China Dai68.vn Order China
ID gfpdenlhkbpoomgkmnllnlkdbpfmaebh
공식 URL https://chromewebstore.google.com/detail/dai68vn-order-china/gfpdenlhkbpoomgkmnllnlkdbpfmaebh
설명 Dai68.vn Order China, Đặt hàng Trung Quốc
파일 크기 68.67 KB
설치 횟수 38
현재 버전 2.5
최근 업데이트 2020-04-28
출시 날짜 2020-04-28
평점 4.00/5 총 1 개의 평점
개발자 hauhm1005
이메일 [email protected]
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dai68.vn Order China",
    "version": "2.5",
    "description": "Dai68.vn Order China, \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/world.tmall.com\/*",
                "https:\/\/item.jd.com\/*",
                "http:\/\/dathangchina.tk\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/localhost:8888\/*",
                "https:\/\/detail.tmall.hk\/*",
                "http:\/\/dai68.vn\/*"
            ],
            "js": [
                "jquery.min.js",
                "content-script.js",
                "script\/taobao.js",
                "script\/tmall.js",
                "script\/jd.js",
                "script\/oneone.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}