Lấy hàng Trung Quốc
Dịch vụ lấy hàng Trung Quốc
Was ist Lấy hàng Trung Quốc?
Lấy hàng Trung Quốc ist eine Chrome-Erweiterung, die von dathangtrungquoc entwickelt wurde, und ihr Hauptmerkmal ist "Dịch vụ lấy hàng Trung Quốc".
Erweiterungsscreenshots
Lấy hàng Trung Quốc-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lấy hàng Trung Quốc-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 (order) trên hệ thống Đặt Hàng Trung Quốc - layhangtrungquoc.com
*Phiên bản 3.0.5
Cập nhật giao diện lấy hàng 1688, tmall bản mới
*Phiên bản 3.0.2
Cập nhật giao diện lấy hàng taobao bản mới
*Phiên bản 3.0
- Cập nhật đặt hàng 1688 phiên bản mới
- Cập nhật phiên bản v3 Chrome extensions
*Phiên bản 2.1.7
- Fix lỗi đặt hàng -  xóa permission cookie
*Phiên bản 2.1.6
- Fix lỗi đặt hàng - Thêm permission cookie
*Phiên bản 2.1.5
- Fix lỗi đặt hàng trên alibaba
*Phiên bản 2.1.2 
- Fix lỗi đặt hàng trên 1688
*Phiên bản 2.1.1
- Fix lỗi đặt hàng Google Chrome 73
- Fix các lỗi gặp trên Taobao                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | nnojghalepdpkhhgdnefbkndhhghdbab | 
| Offizielle URL | https://chromewebstore.google.com/detail/l%E1%BA%A5y-h%C3%A0ng-trung-qu%E1%BB%91c/nnojghalepdpkhhgdnefbkndhhghdbab | 
| Beschreibung | Dịch vụ lấy hàng Trung Quốc | 
| Dateigröße | 81.17 KB | 
| Installationsanzahl | 26 | 
| Aktuelle Version | 3.0.5 | 
| Letztes Update | 2023-09-26 | 
| Veröffentlichungsdatum | 2019-05-04 | 
| Entwickler | dathangtrungquoc | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://layhangtrungquoc.com | 
| URL der Datenschutzrichtlinien-Seite | https://www.dichvudathangtrungquoc.com/trang/7/chinh-sach-bao-mat | 
| Unterstützte Sprachen | vi | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "L\u1ea5y h\u00e0ng Trung Qu\u1ed1c",
    "version": "3.0.5",
    "manifest_version": 3,
    "description": "D\u1ecbch v\u1ee5 l\u1ea5y h\u00e0ng Trung Qu\u1ed1c",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/layhangtrungquoc.com\/*",
        "https:\/\/localhost:44300\/*",
        "http:\/\/localhost:20396\/*"
    ],
    "action": {
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a L\u1ea5y h\u00e0ng Trung Qu\u1ed1c",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/s_common.js",
                "js\/s_taobao.js",
                "js\/s_alibaba.js",
                "js\/s_vipshop.js",
                "js\/s_main.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.vip.com\/*",
                "https:\/\/*.vip.com\/*"
            ]
        }
    ]
}  |  |