TaoBaoExpress

Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất

TaoBaoExpress란 무엇입니까?

TaoBaoExpress은(는) TuanTep에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất"입니다.

확장 프로그램 스크린샷

screenshot

TaoBaoExpress 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ứng dụng hỗ trợ khách hàng mua hàng trực tuyến tại các trang bán hàng của Trung Quốc như taobao.com tmall.com...

Ứng dụng đang trong quá trình thửi nghiệm

Phát triển bởi http://taobaoexpress.vn
Code by: [email protected]                    

확장 프로그램 기본 정보

이름 TaoBaoExpress TaoBaoExpress
ID egbbmanpfmppajapegliippkollbnkag
공식 URL https://chromewebstore.google.com/detail/taobaoexpress/egbbmanpfmppajapegliippkollbnkag
설명 Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất
파일 크기 70.48 KB
설치 횟수 14
현재 버전 1.1
최근 업데이트 2015-05-15
출시 날짜 2015-05-15
평점 5.00/5 총 1 개의 평점
개발자 TuanTep
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TaoBaoExpress",
    "description": "Mua V\u00e0 Nh\u1eadp H\u00e0ng Trung Qu\u1ed1c Chuy\u00ean Nghi\u1ec7p, Gi\u00e1 R\u1ebb Nh\u1ea5t",
    "version": "1.1",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "myPopup.html",
        "default_title": "\u1ee8ng d\u1ee5ng TaoBaoExpress.vn"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*"
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "myscript-taobao.js",
                "dathang.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/*"
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "myscript-tmall.js",
                "dathang.js"
            ]
        }
    ]
}