Công Cụ Đặt Hàng FastOrder Taobao

Công cụ đặt hàng FastOrder Taobao trên các trang thương mại điện tử Taobao, Tmall, 1688

Was ist Công Cụ Đặt Hàng FastOrder Taobao?

Công Cụ Đặt Hàng FastOrder Taobao ist eine Chrome-Erweiterung, die von fastordertaobao.vn entwickelt wurde, und ihr Hauptmerkmal ist "Công cụ đặt hàng FastOrder Taobao trên các trang thương mại điện tử Taobao, Tmall, 1688".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Công Cụ Đặt Hàng FastOrder Taobao-Erweiterungs-CRX-Datei herunterladen

Laden Sie Công Cụ Đặt Hàng FastOrder Taobao-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

                        FastOrder Taobao là công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website của Trung Quốc như 1688, TMALL, Taobao.
Công Cụ Đặt Hàng FastOrder Taobao trên trình duyệt Chrome & Cờ rôm+ là công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của TQ như: taobao, tmall và 1688.

Hướng dẫn sử dụng: 
Công Cụ Đặt Hàng FastOrder Taobao từ các trang TAOBAO, ALIBABA, TMALL, 1688:
Bước 1: Tải công cụ
Bước 2: Đi tới link bạn cần đặt hàng: Taobao, 1688, Tmall
Bước 3: sau khi đồng ý thêm hết hàng vào giỏ, bạn click vào chữ "vào giỏ hàng" chọn kết đơn các shop cần đặt

Screenshots:
Hình 1: Trang chủ của Công Cụ Đặt Hàng FastOrder Taobao.
Hình 2: Hình ảnh chi tiết sản phẩm và công cụ đặt hàng.
Hình 3: Hình ảnh cho vào giỏ hàng thành công bằng công cụ đặt hàng.
Hình 4: Hình giỏ hàng sau khi đã được cho sản phẩm vào giỏ bằng công cụ đặt hàng.                    

Grundlegende Informationen zur Erweiterung

Name Công Cụ Đặt Hàng FastOrder Taobao Công Cụ Đặt Hàng FastOrder Taobao
ID cibainkbaangagmnkbbegicdfjicbbge
Offizielle URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-fastorde/cibainkbaangagmnkbbegicdfjicbbge
Beschreibung Công cụ đặt hàng FastOrder Taobao trên các trang thương mại điện tử Taobao, Tmall, 1688
Dateigröße 135 KB
Installationsanzahl 423
Aktuelle Version 2.3
Letztes Update 2022-05-12
Veröffentlichungsdatum 2021-08-04
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler fastordertaobao.vn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fastordertaobao.vn/trang-chu
Hilfeseite URL https://fastordertaobao.vn/huong-dan
URL der Datenschutzrichtlinien-Seite https://fastordertaobao.vn/privacy-policy
Unterstützte Sprachen vi
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "24": "images\/logo24.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "script.js",
                "js\/info.js"
            ],
            "css": [
                "css\/style.css",
                "css\/bootstrap.min.css"
            ],
            "exclude_matches": [
                "https:\/\/fastordertaobao.vn\/*"
            ],
            "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\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng FastOrder Taobao tr\u00ean c\u00e1c trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed Taobao, Tmall, 1688",
    "icons": {
        "16": "images\/logo16.png",
        "24": "images\/logo24.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng FastOrder Taobao",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}