TinPhong_v2_dat_hang

Công cụ mã vận đơn của TinPhong v2 - TinPhong.vn

What is TinPhong_v2_dat_hang?

TinPhong_v2_dat_hang is a Chrome extension developed by ordertrungquoc, and its main feature is "Công cụ mã vận đơn của TinPhong v2 - TinPhong.vn".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TinPhong_v2_dat_hang Extension CRX File

Download TinPhong_v2_dat_hang 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ụ mã vận đơn của TinPhong  là công cụ hỗ trợ lên đơn ký gửi, đơn thanh toán hộ từ các website của thương mại điện tử của Trung Quốc như tmall, taobao, 1688 với các tính năng như sau:
- Dễ dàng cài đặt công cụ vào trình duyệt Chrome, Cốc Cốc.
- Dễ dàng đặt hàng từ trang web bán hàng gồm: Alibaba, 1668, Taobao..
- Dễ dàng quản lý đơn hàng đã đặt hàng.

Với lợi thế là đơn vị chuyên nghiệp trực tiếp vận chuyển hàng hóa chuyên tuyến Trung Quốc - Việt Nam, quy trình làm việc cực kỳ hiệu quả và chuyên nghiệp, Chúng tôi cam kết sẽ giúp quý khách vận chuyển hoặc order các loại hàng từ các nhà cung cấp ở mọi nơi trong Trung Quốc và từ các Website thương mại điện tử uy tín (Taobao.com, Tmall.com, 1688.com, …).

Cập nhật phiên ban 2.1.20
- Cập nhật chức năng cho vào giỏ từ taobao alibaba

Cập nhật phiên ban 1.0.20
- Fix lỗi permission
- Fix lỗi lấy thông tin đơn
Cập nhật phiên ban 1.0.12
- Fix lỗi lấy thông tin đơn                    

Extension Basic Information

Name TinPhong_v2_dat_hang TinPhong_v2_dat_hang
ID licpiokgpmkfmmenimlbihijaammoenb
Official URL https://chromewebstore.google.com/detail/tinphongv2dathang/licpiokgpmkfmmenimlbihijaammoenb
Description Công cụ mã vận đơn của TinPhong v2 - TinPhong.vn
File Size 103 KB
Installation Count 371
Current Version 2.1.0
Last Updated 2024-01-30
Publish Date 2022-04-02
Rating 5.00/5 Total 1 Ratings
Developer ordertrungquoc
Email [email protected]
Payment Type free
Extension Website https://tinphonglogistics.com
Privacy Policy Page URL https://tinphonglogistics.com/chinh-sach/chinh-sach-bao-ve-thong-tin-ca-nhan-khach-hang.html
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TinPhong_v2_dat_hang",
    "description": "C\u00f4ng c\u1ee5 m\u00e3 v\u1eadn \u0111\u01a1n c\u1ee7a TinPhong v2 - TinPhong.vn",
    "version": "2.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/tinphonglogistics.com\/*",
        "https:\/\/test.tinphonglogistics.com\/*",
        "https:\/\/localhost:7022\/*",
        "https:\/\/v2_tp.hvtlogistics.vn\/*"
    ],
    "action": {
        "default_title": "C\u00f4ng c\u1ee5 c\u1eadp nh\u1eadt m\u00e3 v\u1eadn \u0111\u01a1n c\u1ee7a TinPhong",
        "default_icon": {
            "16": "css\/images\/icon16.png",
            "32": "css\/images\/icon32.png",
            "48": "css\/images\/icon48.png",
            "128": "css\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "css\/images\/icon16.png",
        "32": "css\/images\/icon32.png",
        "48": "css\/images\/icon48.png",
        "128": "css\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/seedPlugin.js",
                "js\/taobaoPlugin.js",
                "js\/taobaoGlobalPlugin.js",
                "js\/taobaoItemPlugin.js",
                "js\/alibabaPlugin.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/distributor.taobao.global\/*",
                "https:\/\/detail.tmall.hk\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}