TAOBAOEXPRESS Order Tool

Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688

Cos'è TAOBAOEXPRESS Order Tool?

TAOBAOEXPRESS Order Tool è un'estensione di Chrome sviluppata da SONLEE, e la sua funzione principale è "Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TAOBAOEXPRESS Order Tool

Scarica i file di estensione TAOBAOEXPRESS Order Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Với công cụ đặt hàng online của TAOBAOEXPRESS các bạn có thể dễ dàng mua hàng từ các website Taobao, 1688.com, Tmall.com và ship hàng từ Trung Quốc về Việt Nam

Tính năng chính của công cụ:

1. Giỏ hàng xem trước: Bạn có thể xem nhanh các sản phẩm mà mình đã chọn mua. Chúng sẽ được tự động lưu giữ lại cho tới khi bạn chọn "Xóa tất cả" trong giao diện giỏ hàng.

2. Tỷ giá và giá chuyển đổi: Công cụ này sẽ cập nhật tỷ giá theo thời gian thực và dựa vào đó để quy đổi giá trị hàng hóa từ tiền Tệ ra tiền Việt. Giúp bạn dễ dàng theo dõi giá trị của sản phẩm một cách nhanh và chính xác nhất.

3. Thông tin đầy đủ, chính xác: Công cụ này sẽ lấy các dữ liệu trên trang Taobao, Tmall và 1688 mà bạn đang xem, sau đó dựa vào các thông tin về thuộc tính sản phẩm (màu sắc, kích thước..) mà bạn chọn, nó sẽ tự động cập nhật lại giá trị sản phẩm. Giúp bạn luôn thấy được thông tin đầy đủ, chính xác nhất. Ngoài ra, việc tạo đơn hàng từ công cụ này cũng giúp chúng tôi biết được chính xác sản phẩm mà bạn muốn mua, điều này giúp làm giảm thời gian đặt hàng đi rất nhiều.

Mọi vấn đề liên quan đến công cụ và bảo mật hãy liên hệ với chúng tôi để được giải quyết                    

Informazioni di Base sull'Estensione

Nome TAOBAOEXPRESS Order Tool TAOBAOEXPRESS Order Tool
ID cljgeamakelbidoianknbfedaejiocgi
URL Ufficiale https://chromewebstore.google.com/detail/taobaoexpress-order-tool/cljgeamakelbidoianknbfedaejiocgi
Descrizione Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688
Dimensione del File 178 KB
Conteggio Installazioni 5,199
Versione Corrente 4.1
Ultimo Aggiornamento 2024-01-02
Data di Pubblicazione 2020-11-07
Valutazione 4.43/5 Totale 42 Valutazioni
Sviluppatore SONLEE
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://taobaovietnam.vn/
URL della Pagina di Aiuto https://taobaovietnam.vn/
URL della Pagina della Politica sulla Privacy https://taobaovietnam.vn/chinh-sach-bao-mat-va-quyen-rieng-tu.363
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TAOBAOEXPRESS Order Tool",
    "description": "H\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean TAOBAO, TMALL, 1688",
    "version": "4.1",
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "TAOBAOEXPRESS Order Tool"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "http:\/\/taobaovietnam.vn\/*",
        "https:\/\/taobaovietnam.vn\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "css": [
                "\/css\/bootstrap.css",
                "\/css\/extension.css"
            ],
            "js": [
                "\/js\/appscript.js"
            ]
        }
    ]
}