Order1688

Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688

Order1688란 무엇입니까?

Order1688은(는) kalzen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Ứng dụng đặt hàng trực tuyến taobao, tmall, 1688 của website order1688.vn                    

확장 프로그램 기본 정보

이름 Order1688 Order1688
ID akokginhpmbmklmbehkejedhgogmkngi
공식 URL https://chromewebstore.google.com/detail/order1688/akokginhpmbmklmbehkejedhgogmkngi
설명 Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688
파일 크기 154 KB
설치 횟수 181
현재 버전 1.0.3
최근 업데이트 2019-11-06
출시 날짜 2019-11-05
개발자 kalzen.com
결제 유형 free
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Order1688",
    "description": "H\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean TAOBAO, TMALL, 1688",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "Order1688"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "64": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "https:\/\/order1688.vn\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "\/css\/bootstrap.css",
                "\/css\/extension.css"
            ],
            "js": [
                "\/js\/appscript.js"
            ]
        }
    ]
}