Công Cụ Đặt Hàng Alibao.vn

Công cụ mua hàng trên website thương mại điện tử trung quốc taobao, tmall, 1688.

Công Cụ Đặt Hàng Alibao.vnとは何ですか?

Công Cụ Đặt Hàng Alibao.vnはquynhdn.nexiaによって開発されたChromeの拡張機能で、その主な機能は「Công cụ mua hàng trên website thương mại điện tử trung quốc taobao, tmall, 1688.」です。

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

screenshot
screenshot
screenshot
screenshot

Công Cụ Đặt Hàng Alibao.vn拡張機能のCRXファイルをダウンロード

Công Cụ Đặt Hàng Alibao.vn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Công ty TNHH thương mại và dịch vụ Alibao  định hướng phát triển trở thành công ty hàng đầu trong lĩnh vực order hàng Trung Quốc và vận chuyển . Trở thành 1 tập đoàn lớn mạnh phát triển bền vững, là lựa chọn số 1 đối với người tiêu dùng cũng như các khách hang nhờ uy tín và khả năng cung cấp các sản phẩm dịch vụ nhanh chóng, chất lượng.                    

拡張機能の基本情報

名前 Công Cụ Đặt Hàng Alibao.vn Công Cụ Đặt Hàng Alibao.vn
ID albefehmnhpifecdlhjojlenkjpnnamk
公式URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-alibaovn/albefehmnhpifecdlhjojlenkjpnnamk
説明 Công cụ mua hàng trên website thương mại điện tử trung quốc taobao, tmall, 1688.
ファイルサイズ 47.53 KB
インストール数 726
現在のバージョン 1.2
最終更新日 2020-05-26
公開日 2020-05-25
開発者 quynhdn.nexia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://alibao.vn
対応言語 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "http:\/\/*.taobao.com\/item\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.taobao.com\/item\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.taobao.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.tmall.com\/item*",
                "https:\/\/*.tmall.com\/item*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.tmall.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.1688.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 mua h\u00e0ng tr\u00ean website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed trung qu\u1ed1c taobao, tmall, 1688.",
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng Alibao.vn",
    "permissions": [
        "http:\/\/beta.alibao.vn\/*",
        "https:\/\/beta.alibao.vn\/*",
        "https:\/\/nhaphang.alibao.vn\/*",
        "http:\/\/nhaphang.alibao.vn\/*",
        "https:\/\/alibao.vn\/*",
        "http:\/\/alibao.vn\/*"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "version": "1.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}