Lấy mã đơn hàng

Lấy mã vận đơn

Lấy mã đơn hàngとは何ですか?

Lấy mã đơn hàngはdohung2020によって開発されたChromeの拡張機能で、その主な機能は「Lấy mã vận đơn」です。

拡張機能のスクリーンショット

screenshot

Lấy mã đơn hàng拡張機能のCRXファイルをダウンロード

Lấy mã đơn hàng拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Công cụ lấy thông tin đơn hàng taobao 1688 tmall 
Công cụ được phát triển miên phí bởi chietkhau1688.vn 
Hỗ trợ xuất exlce danh sách đơn hàng 
Công cụ không lưu bất kỳ thông tin nào của người dùng                    

拡張機能の基本情報

名前 Lấy mã đơn hàng Lấy mã đơn hàng
ID chkoknbkompegkipeaggnobfpoikchpi
公式URL https://chromewebstore.google.com/detail/l%E1%BA%A5y-m%C3%A3-%C4%91%C6%A1n-h%C3%A0ng/chkoknbkompegkipeaggnobfpoikchpi
説明 Lấy mã vận đơn
ファイルサイズ 79.83 KB
インストール数 18
現在のバージョン 1.0.9
最終更新日 2020-02-25
公開日 2020-02-24
評価 1.00/5 合計 1 レビュー
開発者 dohung2020
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://dotathung.com/riengtu.html
対応言語 vi
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html",
        "default_title": "L\u1ea5y th\u00f4ng tin thanh to\u00e1n"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "http:\/\/daixiao.1688.com\/*",
                "https:\/\/daixiao.1688.com\/*",
                "https:\/\/wg.1688.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/bootstrap.min.js",
                "js\/tools.js",
                "js\/config.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/buyertrade.taobao.com\/trade\/*",
                "https:\/\/trade.1688.com\/order\/buyer_order_list.htm?*",
                "https:\/\/detail.1688.com\/*"
            ]
        },
        {
            "js": [
                "js\/taobao.js"
            ],
            "matches": [
                "https:\/\/buyertrade.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ]
        },
        {
            "js": [
                "js\/tmall.js"
            ],
            "matches": [
                "https:\/\/buyertrade.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "http:\/\/world.tmall.com\/*",
                "https:\/\/*.world.tmall.com\/*",
                "http:\/\/*.yao.95095.com\/*",
                "https:\/\/*.yao.95095.com\/*"
            ]
        },
        {
            "js": [
                "js\/1688.js"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/trade.1688.com\/order\/buyer_order_list.htm?*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "vi",
    "description": "L\u1ea5y m\u00e3 v\u1eadn \u0111\u01a1n",
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "L\u1ea5y m\u00e3 \u0111\u01a1n h\u00e0ng",
    "permissions": [
        "https:\/\/buyertrade.taobao.com\/trade\/*",
        "https:\/\/trade.1688.com\/order\/buyer_order_list.htm?*",
        "http:\/\/*.24hdathang.com\/*",
        "https:\/\/*.24hdathang.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/buyertrade.taobao.com\/*",
        "https:\/\/buyertrade.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.yao.95095.com\/*",
        "https:\/\/*.yao.95095.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "template\/*"
    ]
}