ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL
Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống website, app của Orderqc.com.
Cos'è ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL?
ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL è un'estensione di Chrome sviluppata da MDT GROUP, e la sua funzione principale è "Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống website, app của Orderqc.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL
Scarica i file di estensione ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension Chrome Cốc Cốc cho khách hàng của Orderqc.com dễ dàng đặt hàng trên Taobao, Tmall và 1688. Liên hệ bộ phận CSKH của Orderqc.com để được hướng dẫn sử dụng.
Informazioni di Base sull'Estensione
Nome | ORDERQC.COM - ĐẶT HÀNG TRÊN TAOBAO 1688 TMALL |
ID | inkakhlnhbkdffpnlfpmbinhmodpjdin |
URL Ufficiale | https://chromewebstore.google.com/detail/orderqccom-%C4%91%E1%BA%B7t-h%C3%A0ng-tr%C3%AAn/inkakhlnhbkdffpnlfpmbinhmodpjdin |
Descrizione | Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com về hệ thống website, app của Orderqc.com. |
Dimensione del File | 163 KB |
Conteggio Installazioni | 2,010 |
Versione Corrente | 6.4 |
Ultimo Aggiornamento | 2024-01-12 |
Data di Pubblicazione | 2020-05-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | MDT GROUP |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://orderqc.com |
URL della Pagina della Politica sulla Privacy | https://hotro.orderqc.com/chinh-sach-quyen-rieng-tu-luu-tru-va-bao-mat-thong-tin-khach-hang.html |
Lingue Supportate | vi |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/logo-origin.png", "default_popup": "popup.html" }, "icons": { "128": "images\/logo-origin.png", "16": "images\/logo-origin.png", "48": "images\/logo-origin.png" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/config.js", "js\/script.js", "js\/core\/alibaba.js", "js\/core\/taobao.js", "js\/core\/tmall.js", "js\/keyword.js" ], "css": [ "css\/addon_tool.css" ], "matches": [ "http:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.tmall.hk\/*" ] } ], "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 kh\u00e1ch h\u00e0ng th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb c\u00e1c wesbite 1688.com, tmall.com, taobao.com v\u1ec1 h\u1ec7 th\u1ed1ng website, app c\u1ee7a Orderqc.com.", "manifest_version": 2, "name": "ORDERQC.COM - \u0110\u1eb6T H\u00c0NG TR\u00caN TAOBAO 1688 TMALL", "permissions": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/orderqc.com\/*", "http:\/\/orderqc.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "addon_tool.css", "images\/logo-origin.png", "images\/cart-icon.png", "images\/logo-white.png" ], "version": "6.4" } |