Order Trung Quốc
Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn
Wat is Order Trung Quốc?
Order Trung Quốc is een Chrome-extensie ontwikkeld door ordertrungquoc, en de belangrijkste functie is "Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn".
Extensie Screenshots
Download het CRX-bestand van de extensie Order Trung Quốc
Download Order Trung Quốc-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
Công cụ hỗ trợ đặt hàng (order) trên hệ thống Order Trung Quốc - ordertrungquoc.com.vn. Công cụ giúp cho bạn có thể dễ dàng lấy thông tin sản phẩm từ các trang web bán hàng Trung Quốc (taobao, tmall, 1688) và tạo đơn hàng trên hệ thống Order Trung Quốc. Đặt hàng Trung Quốc chưa bao giờ đơn giản đến thế *Phiên bản 3.1 - Cập nhật giao diện taobao mới *Phiên bản 3.0 - Cập nhật manifest v3 *Phiên bản 2.2.1 - 2.2.2 - Cập nhật phiên bản đặt hàng Alibaba mới *Phiên bản 2.1.0 - Cập nhật phiên bản giao diện mới *Phiên bản 2.0.4 - Fix lỗi đặt hàng trên alibaba *Phiên bản 2.0 - Fix lỗi đặt hàng Google Chrome 73 - Fix các lỗi gặp trên Taobao
Basisinformatie over de Extensie
Naam | Order Trung Quốc |
ID | fhdeaogknccmlgngokgagfibfmkcbaem |
Officiële URL | https://chromewebstore.google.com/detail/order-trung-qu%E1%BB%91c/fhdeaogknccmlgngokgagfibfmkcbaem |
Beschrijving | Công cụ lấy hàng Order Trung Quốc - ordertrungquoc.com.vn |
Bestandsgrootte | 69.7 KB |
Aantal Installaties | 615 |
Huidige Versie | 3.1.1 |
Laatst Bijgewerkt | 2023-03-22 |
Publicatiedatum | 2019-05-27 |
Beoordeling | 4.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | ordertrungquoc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ordertrungquoc.com.vn |
URL van de Privacybeleid Pagina | https://ordertrungquoc.com.vn/trang/2727/chinh-sach-bao-mat |
Ondersteunde Talen | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Order Trung Qu\u1ed1c", "description": "C\u00f4ng c\u1ee5 l\u1ea5y h\u00e0ng Order Trung Qu\u1ed1c - ordertrungquoc.com.vn", "version": "3.1.1", "manifest_version": 3, "background": { "service_worker": "js\/bg.js" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/ordertrungquoc.com.vn\/*", "https:\/\/localhost:44318\/*" ], "action": { "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a Order Trung Qu\u1ed1c", "default_icon": { "16": "css\/images\/icon16.png", "32": "css\/images\/icon32.png", "48": "css\/images\/icon48.png", "128": "css\/images\/icon128.png" } }, "icons": { "16": "css\/images\/icon16.png", "32": "css\/images\/icon32.png", "48": "css\/images\/icon48.png", "128": "css\/images\/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\/*" ] } ] } |