CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS

CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS

What is CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS?

CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS is a Chrome extension developed by Mạnh Phát Logistics, and its main feature is "CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS Extension CRX File

Download CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Công cụ hỗ trợ đặt hàng trực tuyến của MẠNH PHÁT LOGISTICS trình duyệt Chrome & Cờ rôm+ là công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com và 1688.com.

Hướng dẫn sử dụng: 
Công cụ hỗ trợ đặt hàng của MẠNH PHÁT LOGISTICS các trang TAOBAO, ALIBABA, TMALL, 1688:
Bước 1: Tải công cụ
Bước 2: Đi tới link bạn cần đặt hàng: Taobao, 1688, Tmall
Bước 3: sau khi đồng ý thêm hết hàng vào giỏ, bạn click vào chữ "về giỏ hàng" chọn kết đơn các shop cần đặt

Screenshots:
Hình 1: Trang chủ của MẠNH PHÁT LOGISTICS.
Hình 2: Hình ảnh chi tiết sản phẩm và công cụ đặt hàng.
Hình 3: Hình ảnh cho vào giỏ hàng thành công bằng công cụ đặt hàng.
Hình 4: Hình giỏ hàng sau khi đã được cho sản phẩm vào giỏ bằng công cụ đặt hàng.                    

Extension Basic Information

Name CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS
ID lflidmjnfidgkfegkbmaiogfpjbkcpaa
Official URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-m%E1%BA%A1nh-ph%C3%A1/lflidmjnfidgkfegkbmaiogfpjbkcpaa
Description CÔNG CỤ ĐẶT HÀNG MẠNH PHÁT LOGISTICS
File Size 1.96 MB
Installation Count 76
Current Version 1.0.1
Last Updated 2023-09-27
Publish Date 2023-09-21
Rating 5.00/5 Total 1 Ratings
Developer Mạnh Phát Logistics
Email [email protected]
Payment Type free
Extension Website https://manhphatlogistics.vn/
Help Page URL https://manhphatlogistics.vn/
Privacy Policy Page URL https://manhphatlogistics.vn/privacy-policy.html
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG M\u1ea0NH PH\u00c1T LOGISTICS",
    "short_name": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG M\u1ea0NH PH\u00c1T LOGISTICS",
    "description": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG M\u1ea0NH PH\u00c1T LOGISTICS",
    "version": "1.0.1",
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.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\/*",
        "https:\/\/manhphatlogistics.vn\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.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\/webfonts\/*",
                "js\/*",
                "js\/getGlobalData.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}