MTDC Add-on

Công cụ đặt hàng của MTDC

What is MTDC Add-on?

MTDC Add-on is a Chrome extension developed by MTDC GROUP VN, and its main feature is "Công cụ đặt hàng của MTDC".

Extension Screenshots

screenshot

Download MTDC Add-on Extension CRX File

Download MTDC Add-on 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

                        Order Vận chuyển - MTDC
CÔNG CỤ ĐẶT HÀNG - mtdc.com.vn có thể được coi là một hoa tiêu giúp bạn mua hàng dễ dàng hơn trên các website thương mại điện tử Trung Quốc.

Tính năng chính:

1. Giỏ hàng xem trước: Bạn có thể xem nhanh các sản phẩm mà mình đã chọn mua mà không cần phải lo lắng về việc mình có cần phải đăng nhập hay không. Chúng sẽ được tự động lưu giữ lại cho tới khi bạn chọn "Xóa tất cả" trong giao diện giỏ hàng.

2. Tỷ giá và giá chuyển đổi: Công cụ này sẽ cập nhật tỷ giá theo thời gian thực và dựa vào đó để quy đổi giá trị hàng hóa từ tiền Tệ ra tiền Việt. Giúp bạn dễ dàng theo dõi giá trị của sản phẩm một cách nhanh và chính xác nhất.                    

Extension Basic Information

Name MTDC Add-on MTDC Add-on
ID clfidfmhbdibahpobadognamahelfobn
Official URL https://chromewebstore.google.com/detail/mtdc-add-on/clfidfmhbdibahpobadognamahelfobn
Description Công cụ đặt hàng của MTDC
File Size 559 KB
Installation Count 99
Current Version 1.0
Last Updated 2022-11-14
Publish Date 2022-03-28
Developer MTDC GROUP VN
Email [email protected]
Payment Type free
Extension Website https://mtdc.com.vn/
Help Page URL https://mtdc.com.vn/
Privacy Policy Page URL https://mtdc.com.vn/noi-dung/1043/privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MTDC Add-on",
    "version": "1.0",
    "manifest_version": 3,
    "description": " C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a MTDC",
    "browser_action": {
        "name": "Manipulate DOM"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/s_common.js",
                "js\/s_taobao.js",
                "js\/s_alibaba.js",
                "js\/s_vipshop.js",
                "js\/s_main.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.vip.com\/*",
                "https:\/\/*.vip.com\/*"
            ]
        }
    ]
}