TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín

Công cụ hỗ trợ đặt hàng trực tuyến tại các website TMĐT như 1688, TMALL, Taobao.

¿Qué es TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín?

TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín es una extensión de Chrome desarrollada por thietkewebigf, y su función principal es "Công cụ hỗ trợ đặt hàng trực tuyến tại các website TMĐT như 1688, TMALL, Taobao.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín

Descarga archivos de extensión TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Công cụ đặt hàng online của Taobaostore Logistics. Hỗ trợ mua hàng từ các website Taobao.com, 1688.com, Tmall.com và ship hàng từ Trung Quốc về Việt Nam. 

✔ Chuyện vận chuyển & Order các trang thương mại điện tử của Trung Quốc
✔ Vận chuyển hàng hóa chính ngạch 2 chiều TQ - VN
✔ Đổi tiền tệ, chuyển khoản vào các ngân hàng TQ

✔ Tư vấn, hỗ trợ tìm nguồn hàng miễn phí, nhanh nhất có thể
✔ Hỗ trợ đàm phán, mặc cả trực tiếp với xưởng sản xuất 
✔ Đảm bảo 100% hàng hóa, đền bù nếu có tổn thất
✔ Giao hàng nhanh chóng, hàng về chỉ sau 3~8 ngày order

CS 1: Ngõ 93 Hoàng văn thái - Thanh Xuân - Hà Nội
CS 2: Số 5 Đường Kim Quy - Kim Chung - KCN Bắc Thăng Long - Đông Anh - Hà Nội

HOTLINE: 0888.333.576 - 0888.333.697 - 0968883384                    

Información Básica de la Extensión

Nombre TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín TAOBAOSTORE.VN – Đặt hàng Trung Quốc uy tín
ID ghheeckjifcanbppamngabppleiapjim
URL Oficial https://chromewebstore.google.com/detail/taobaostorevn-%E2%80%93-%C4%91%E1%BA%B7t-h%C3%A0ng/ghheeckjifcanbppamngabppleiapjim
Descripción Công cụ hỗ trợ đặt hàng trực tuyến tại các website TMĐT như 1688, TMALL, Taobao.
Tamaño del Archivo 100 KB
Cantidad de Instalaciones 163
Versión Actual 2.8
Última Actualización 2022-08-10
Fecha de Publicación 2020-07-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador thietkewebigf
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://taobaostore.vn/chinh-sach-bao-mat.html
Idiomas Soportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAOBAOSTORE.VN \u2013 \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c uy t\u00edn",
    "version": "2.8",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website TM\u0110T nh\u01b0 1688, TMALL, Taobao.",
    "short_name": "order-taobaostore",
    "author": "[email protected]",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/taobaostore.vn\/*",
        "https:\/\/taobaostore.vn\/*"
    ],
    "optional_permissions": [],
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "React Chrome Extension",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-1.11.2.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.2.min.js",
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.1688.com\/*"
            ]
        }
    ]
}