Công cụ đặt hàng ranvang.com

Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com

Công cụ đặt hàng ranvang.comとは何ですか?

Công cụ đặt hàng ranvang.comはhttps://ranvang.comによって開発されたChromeの拡張機能で、その主な機能は「Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com」です。

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

screenshot

Công cụ đặt hàng ranvang.com拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Công cụ hỗ trợ đặt hàng từ Trung Quốc như Tmall, 1688, Taobao
- Tìm kiếm sản phảm
- Dịch tự động
- Đặt hàng
- Liên kết hệ thống quản lý đơn hàng
- Tự tính chi phí mua hàng
- Tương thích nhiều phần mềm trình duyệt khác nhau                    

拡張機能の基本情報

名前 Công cụ đặt hàng ranvang.com Công cụ đặt hàng ranvang.com
ID ncihfapgooieoibphobgdbbbcklbjebi
公式URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ranvangc/ncihfapgooieoibphobgdbbbcklbjebi
説明 Công cụ đặt hàng taobao, tmall, 1688 trên ranvang.com
ファイルサイズ 1.89 MB
インストール数 68
現在のバージョン 7.2
最終更新日 2024-02-06
公開日 2020-02-23
開発者 https://ranvang.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ranvang.com
ヘルプページのURL https://ranvang.com/lien-he
プライバシーポリシーページのURL https://ranvang.com/privacy-policy
対応言語 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ranvang.com",
    "short_name": "TOPID.VN",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng taobao, tmall, 1688 tr\u00ean ranvang.com",
    "version": "7.2",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/config.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\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "template\/*",
                "*.png",
                "css\/*",
                "css\/webfonts\/*",
                "js\/*",
                "js\/getGlobalData.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}