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

Was ist 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 ist eine Chrome-Erweiterung, die von https://uplogi.com entwickelt wurde, und ihr Hauptmerkmal ist "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của uplogi.com".

Erweiterungsscreenshots

screenshot

Tiện ích lên đơn hàng dành cho uplogi.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tiện ích lên đơn hàng dành cho uplogi.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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Đ                    

Grundlegende Informationen zur Erweiterung

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
Offizielle 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
Beschreibung Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của uplogi.com
Dateigröße 322 KB
Installationsanzahl 114
Aktuelle Version 0.0.7
Letztes Update 2023-06-17
Veröffentlichungsdatum 2022-02-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://uplogi.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://uplogi.com/lien-he/
URL der Datenschutzrichtlinien-Seite https://uplogi.com/chinh-sach-bao-mat
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}