Tiện ích đặt hàng Tre Việt Logistics

Công cụ hỗ trợ đặt hàng của Tre Việt Logistics trên trình duyệt Chrome & Coccoc.

What is Tiện ích đặt hàng Tre Việt Logistics?

Tiện ích đặt hàng Tre Việt Logistics is a Chrome extension developed by https://trevietlogistics.com, and its main feature is "Công cụ hỗ trợ đặt hàng của Tre Việt Logistics trên trình duyệt Chrome & Coccoc.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tiện ích đặt hàng Tre Việt Logistics Extension CRX File

Download Tiện ích đặt hàng Tre Việ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ụ đặt hàng của Tre Việt Logistics trên trình duyệt Chorme & Coccoc.
Cong cu dat hang taobao, tmall, 1688, Ship ve Vietnam voi phi canh tranh va dich vu hai long nhat
Công cụ tối ưu hóa quy trình đặt hàng của Tre Việt Logistics

- Giúp bạn đặt và mua hàng Trung Quốc một cách dễ dàng và nhanh chóng
- Đảm bảo chất lượng đơn hàng của bạn.
- Nhận order cả những đơn hàng nhỏ lẻ.
- Thời gian ship để nhận món hàng chuyển về nhanh và rẻ.
- Giúp bạn giảm nhiều khoản phụ phí và dịch vụ rườm rà rắc rối.
- Bạn là chủ shop hay dân buôn sỉ và muốn hợp tác lâu dài với sự an toàn và bảo mật cao.
- Hỗ trợ đặt hàng trên taobao, tmall, 1688.                    

Extension Basic Information

Name Tiện ích đặt hàng Tre Việt Logistics Tiện ích đặt hàng Tre Việt Logistics
ID jghkbaojdgpmhnmgdpalpdhjojkfjneb
Official URL https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-%C4%91%E1%BA%B7t-h%C3%A0ng-tre-vi%E1%BB%87/jghkbaojdgpmhnmgdpalpdhjojkfjneb
Description Công cụ hỗ trợ đặt hàng của Tre Việt Logistics trên trình duyệt Chrome & Coccoc.
File Size 135 KB
Installation Count 78
Current Version 3.2.1
Last Updated 2024-03-03
Publish Date 2019-12-24
Rating 5.00/5 Total 2 Ratings
Developer https://trevietlogistics.com
Email [email protected]
Payment Type free
Extension Website https://trevietlogistics.com/
Help Page URL https://trevietlogistics.com/huong-dan
Privacy Policy Page URL https://trevietlogistics.com/chinh-sach/chinh-sach-bao-mat-thong-tin
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ti\u1ec7n \u00edch \u0111\u1eb7t h\u00e0ng Tre Vi\u1ec7t Logistics",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng c\u1ee7a Tre Vi\u1ec7t Logistics tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & Coccoc.",
    "version": "3.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "host_permissions": [
        "https:\/\/trevietlogistics.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "js\/jquery.js"
            ],
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.1688.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/*",
                "https:\/\/chaoshi.detail.tmall.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "temp\/index.html",
                "temp\/main.css",
                "img\/logo-addon.png"
            ],
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.1688.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/*",
                "https:\/\/chaoshi.detail.tmall.com\/*"
            ]
        }
    ]
}