Plugin VMT Order

Công cụ đặt hàng thuộc Võ Minh Thiên Logistics

Plugin VMT Orderとは何ですか?

Plugin VMT Orderはhttps://vominhthien.comによって開発されたChromeの拡張機能で、その主な機能は「Công cụ đặt hàng thuộc Võ Minh Thiên Logistics」です。

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

screenshot
screenshot

Plugin VMT Order拡張機能のCRXファイルをダウンロード

Plugin VMT Order拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Công cụ mua hàng TMĐT Trung Quốc
Gọi 19002017 để được hỗ trợ tốt nhất

Mục tiêu của VMT là luôn cố gắng hoàn thiện trong việc xây dựng tiêu chuẩn dịch vụ để phục vụ khách hàng ngày một tốt hơn.                    

拡張機能の基本情報

名前 Plugin VMT Order Plugin VMT Order
ID mfapfoejflfnaimjjhcgacjogflflchc
公式URL https://chromewebstore.google.com/detail/plugin-vmt-order/mfapfoejflfnaimjjhcgacjogflflchc
説明 Công cụ đặt hàng thuộc Võ Minh Thiên Logistics
ファイルサイズ 411 KB
インストール数 1,000
現在のバージョン 3.4
最終更新日 2023-07-06
公開日 2022-06-08
評価 5.00/5 合計 1 レビュー
開発者 https://vominhthien.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vominhthien.com
ヘルプページのURL https://vominhthien.com/chuyen-muc/chinh-sach/chinh-sach-bao-mat
プライバシーポリシーページのURL https://vominhthien.com/chuyen-muc/chinh-sach/chinh-sach-bao-mat
対応言語 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Plugin VMT Order",
    "short_name": "V\u00f5 Minh Thi\u00ean Logistics",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng thu\u1ed9c V\u00f5 Minh Thi\u00ean Logistics",
    "version": "3.4",
    "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",
        "cookies"
    ],
    "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\/*",
        "http:\/\/logistics.vominhthien.com\/*",
        "https:\/\/logistics.vominhthien.com\/*",
        "http:\/\/api.vominhthien.com\/*",
        "https:\/\/api.vominhthien.com\/*"
    ],
    "background": {
        "service_worker": "new_background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/test.js",
                "js\/md5.min.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\/main.css",
                "css\/cabin\/*.woff2",
                "js\/*",
                "js\/getGlobalData.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "bhpnljiijejbhapahgobhbhplpncacci"
            ]
        }
    ],
    "content_security_policy": []
}