Công cụ đặt hàng ChanExpress

Công cụ đặt hàng tiện ích, nhanh chóng, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall

Wat is Công cụ đặt hàng ChanExpress?

Công cụ đặt hàng ChanExpress is een Chrome-extensie ontwikkeld door CodeDaoTeam, en de belangrijkste functie is "Công cụ đặt hàng tiện ích, nhanh chóng, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Công cụ đặt hàng ChanExpress

Download Công cụ đặt hàng ChanExpress-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

                        ChanExpress là tiện ích đặt hàng nhanh chóng, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall
Tính năng công cụ đang hỗ trợ:
- 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.

- Công cụ này sẽ thu thập 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.

Chúc quý khách có những trải nghiệm mua sắm thật tuyệt vời cùng ChanExpress                    

Basisinformatie over de Extensie

Naam Công cụ đặt hàng ChanExpress Công cụ đặt hàng ChanExpress
ID apffephelmbgolbcaainhemdmjijkmjo
Officiële URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-chanexpr/apffephelmbgolbcaainhemdmjijkmjo
Beschrijving Công cụ đặt hàng tiện ích, nhanh chóng, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall
Bestandsgrootte 172 KB
Aantal Installaties 424
Huidige Versie 3.0.3
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2022-11-27
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar CodeDaoTeam
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://chanexpress.com
Help Pagina-URL https://chanexpress.com/tin-tuc/huong-dan/huong-dan-dat-hang-voi-cong-cu-chanexpress
Ondersteunde Talen vi
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "http:\/\/daixiao.1688.com\/*",
                "https:\/\/daixiao.1688.com\/*",
                "https:\/\/wg.1688.com\/*"
            ],
            "js": [
                "contentScript.js",
                "site.js"
            ],
            "matches": [
                "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:\/\/*.yao.95095.com\/*",
                "https:\/\/*.yao.95095.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "default_locale": "vi",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "host_permissions": [
        "http:\/\/*.chanexpress.com\/*",
        "https:\/\/*.chanexpress.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.yao.95095.com\/*",
        "https:\/\/*.yao.95095.com\/*",
        "https:\/\/*.jd.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}