Tiện ích lên đơn V-Orders.com

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

Wat is Tiện ích lên đơn V-Orders.com?

Tiện ích lên đơn V-Orders.com is een Chrome-extensie ontwikkeld door Sodo Asia, en de belangrijkste functie is "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của V-Orders.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tiện ích lên đơn V-Orders.com

Download Tiện ích lên đơn V-Orders.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Hỗ trợ  thêm trực tiếp sản phẩm vào giỏ hàng V-Orders.com từ các trang taobao.com, tmall.com, jd.com, 1688.com.

Tiện ích này chỉ phục vụ các khách hàng đã có tài khoản tại V-Orders.com để lên nhanh đơn hàng từ các hệ thống webssite thương mại điện tử của Trung Quốc (Taobao.com, Jd.com, Tmall.com, 1688.com). Tiện ích giúp khách hàng có thể xem các thuộc tính sản phẩm bằng tiếng Việt, xem giá sản phẩm sau khi đã được chuyển đổi tỉ giá qua tiền VND, Xem số lượng hàng hóa còn của nhà bán hàng, Xem số lượng bắt buộc phải mua, khoảng giá sản phẩm của nhà bán hàng.                    

Basisinformatie over de Extensie

Naam Tiện ích lên đơn V-Orders.com Tiện ích lên đơn V-Orders.com
ID pchjodmipojjjiekakmljehcbekohdcl
Officiële URL https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-l%C3%AAn-%C4%91%C6%A1n-v-orders/pchjodmipojjjiekakmljehcbekohdcl
Beschrijving Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của V-Orders.com
Bestandsgrootte 378 KB
Aantal Installaties 50
Huidige Versie 1.11.15
Laatst Bijgewerkt 2023-10-02
Publicatiedatum 2021-03-25
Ontwikkelaar Sodo Asia
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sodo.asia/privacy-policy-2
Ondersteunde Talen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n V-Orders.com",
    "description": "H\u1ed7 tr\u1ee3 th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb taobao.com, tmall.com, jd.com, 1688.com v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a V-Orders.com",
    "version": "1.11.15",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16x16.png",
            "24": "images\/icon_32x32.png",
            "32": "images\/icon_32x32.png",
            "64": "images\/icon_64x64.png",
            "128": "images\/icon_128x128.png"
        },
        "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng d\u00e0nh cho V-Orders.com tr\u00ean taobao, jd, tmall, 1688",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "64": "images\/icon_64x64.png",
        "128": "images\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/V-Orders.com\/*",
        "https:\/\/2.taobao.com\/item.htm"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.V-Orders.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.jd.com\/*",
                "https:\/\/*.jd.hk\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*",
                "http:\/\/item.1688.com\/*",
                "https:\/\/item.1688.com\/*",
                "http:\/\/item.jd.com\/*",
                "https:\/\/item.jd.com\/*",
                "https:\/\/item.jd.hk\/*"
            ],
            "css": [
                "all.min.css"
            ],
            "js": [
                "all.min.js"
            ]
        }
    ]
}