Tiện ích lên đơn hàng dành cho uplogi.com

Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của uplogi.com

What is Tiện ích lên đơn hàng dành cho uplogi.com?

Tiện ích lên đơn hàng dành cho uplogi.com is a Chrome extension developed by https://uplogi.com, and its main feature is "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của uplogi.com".

Extension Screenshots

screenshot

Download Tiện ích lên đơn hàng dành cho uplogi.com Extension CRX File

Download Tiện ích lên đơn hàng dành cho uplogi.com 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

                        Uplogi là đơn vị order - mua hộ hàng hóa từ các trang TMĐT của Trung Quốc như Taobao, 1688, Tmall,... và vận chuyển về Việt Nam. Với hệ thống website thông minh giúp trải nghiệm mua sắm như đặt hàng online tại Việt Nam. Phí mua hàng luôn đồng giá 1%. Không làm tròn cân cũng như quy đổi sang khối với line thương mại điện tử. Ngoài ra còn có line vận chuyển tổng hợp giúp vận chuyển hàng lô, hàng số lượng lớn với chi phí phải chăng. Thời gian hàng về chỉ 3-5 ngày trong điều kiện bình thường.
Về tiện ích lên đơn dành cho uplogi.com:
- Hỗ trợ thêm sản phẩm từ Taobao.com, 1688.com, Tmall.com vào giỏ hàng của Uplogi.com
- Hỗ trợ chuyển đổi giá từ RBM (tệ) về VNĐ                    

Extension Basic Information

Name Tiện ích lên đơn hàng dành cho uplogi.com Tiện ích lên đơn hàng dành cho uplogi.com
ID mebconciolhonkabddpmhojfhfpmgalb
Official URL https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-l%C3%AAn-%C4%91%C6%A1n-h%C3%A0ng-d%C3%A0n/mebconciolhonkabddpmhojfhfpmgalb
Description Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của uplogi.com
File Size 322 KB
Installation Count 114
Current Version 0.0.7
Last Updated 2023-06-17
Publish Date 2022-02-17
Rating 5.00/5 Total 3 Ratings
Developer https://uplogi.com
Email [email protected]
Payment Type free
Help Page URL https://uplogi.com/lien-he/
Privacy Policy Page URL https://uplogi.com/chinh-sach-bao-mat
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng d\u00e0nh cho uplogi.com",
    "description": "H\u1ed7 tr\u1ee3 th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb taobao.com, tmall.com, 1688.com v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a uplogi.com",
    "version": "0.0.7",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "all.css"
            ],
            "js": [
                "sw.js",
                "all.min.js"
            ],
            "matches": [
                "https:\/\/*.uplogi.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/item.1688.com\/*",
                "https:\/\/item.1688.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.min.js",
                "\/images\/*",
                "sw.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}