Công Cụ Đặt Hàng - Báo Đen Logistics

Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của Báo Đen Logistics

Was ist Công Cụ Đặt Hàng - Báo Đen Logistics?

Công Cụ Đặt Hàng - Báo Đen Logistics ist eine Chrome-Erweiterung, die von taobaodanang entwickelt wurde, und ihr Hauptmerkmal ist "Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của Báo Đen Logistics".

Erweiterungsscreenshots

screenshot

Công Cụ Đặt Hàng - Báo Đen Logistics-Erweiterungs-CRX-Datei herunterladen

Laden Sie Công Cụ Đặt Hàng - Báo Đen Logistics-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

                        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
Là công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của Báo Đen Logictis 

Tính năng:

- Tỷ giá: 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.

- Thông tin đầy đủ, chính xác: 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.                    

Grundlegende Informationen zur Erweiterung

Name Công Cụ Đặt Hàng - Báo Đen Logistics Công Cụ Đặt Hàng - Báo Đen Logistics
ID ehfejchhlmddmkfdmfjkncjhgoddldfl
Offizielle URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-b%C3%A1o-%C4%91en/ehfejchhlmddmkfdmfjkncjhgoddldfl
Beschreibung Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của Báo Đen Logistics
Dateigröße 142 KB
Installationsanzahl 1,590
Aktuelle Version 3.4
Letztes Update 2022-08-03
Veröffentlichungsdatum 2021-10-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler taobaodanang
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.baoden.vn
URL der Datenschutzrichtlinien-Seite https://baoden.vn/chinh-sach-bao-mat-2
Unterstützte Sprachen vi
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng - B\u00e1o \u0110en Logistics"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "exclude_matches": [
                "https:\/\/daixiao.1688.com\/*",
                "http:\/\/daixiao.1688.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/bootstrap.min.js",
                "js\/tools.js",
                "js\/config.js",
                "js\/app.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\/*"
            ]
        },
        {
            "js": [
                "js\/taobao.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*"
            ]
        },
        {
            "js": [
                "js\/tmall.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "http:\/\/world.tmall.com\/*",
                "https:\/\/*.world.tmall.com\/*"
            ]
        },
        {
            "js": [
                "js\/1688.js"
            ],
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng tr\u00ean c\u00e1c trang 1688, Taobao, Tmall c\u1ee7a B\u00e1o \u0110en Logistics",
    "icons": {
        "48": "images\/logo.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng - B\u00e1o \u0110en Logistics",
    "permissions": [
        "http:\/\/localhost:8080\/*",
        "http:\/\/*.dathangtaobaodanang.com\/*",
        "https:\/\/*.dathangtaobaodanang.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.com\/*",
        "http:\/\/*.hm.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.tmall.hk\/*",
        "http:\/\/*.localhost\/",
        "https:\/\/*.google.com\/",
        "http:\/\/*.baoden.tekup.vn\/",
        "https:\/\/*.baoden.tekup.vn\/",
        "*:\/\/*.baoden.tekup.vn\/*",
        "https:\/\/test-baoden.tekup.vn\/",
        "https:\/\/test-baoden.tekup.vn\/*",
        "https:\/\/dathang.baoden.vn\/",
        "https:\/\/dathang.baoden.vn\/*",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4",
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "template\/*"
    ]
}