Công cụ đặt hàng Thuận Phong Order
Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc các trang TMDT TQ: taobao.com, tmall.com, 1688.com
¿Qué es Công cụ đặt hàng Thuận Phong Order?
Công cụ đặt hàng Thuận Phong Order es una extensión de Chrome desarrollada por windluffy, y su función principal es "Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc các trang TMDT TQ: taobao.com, tmall.com, 1688.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Công cụ đặt hàng Thuận Phong Order
Descarga archivos de extensión Công cụ đặt hàng Thuận Phong Order en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Chính sách bảo mật quyền riêng tư người dùng/Security Privacy Policy: https://thuanphongorder.com/bai-viet/security-privacy-policy/ Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome từ các website thương mại điện tử lớn của Trung Quốc: taobao.com, tmall.com và 1688.com Hướng dẫn sử dụng: Công cụ hỗ trợ đặt hàng từ các trang TAOBAO, 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ữ "Giỏ hàng" và đọn đặt cọc đơn hàng. Updated: Version 3.1.5: - Fix lỗi không hiển thị đơn giá sản phẩm trên 1688 - Fix lỗi không hiển thị ảnh sản phẩm trên 1688 Version 3.1.4: - Fix lỗi đặt hàng một số link offer trên 1688 Version 3.1.3: - Hỗ trợ đặt hàng trên giao diện mới của trang offer 1688 - Fix lỗi giao diện thông báo đặt hàng thành công Version 3.1.1: - Hỗ trợ đặt hàng trên giao diện mới của trang offer 1688 Version 3.0.1: - Thuan Phong Order
Información Básica de la Extensión
Nombre | |
ID | jdpmgmhknjjonhlhajefkabnikhmjipd |
URL Oficial | https://chrome.google.com/webstore/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-thu%E1%BA%ADn-ph/jdpmgmhknjjonhlhajefkabnikhmjipd |
Descripción | Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc các trang TMDT TQ: taobao.com, tmall.com, 1688.com |
Tamaño del Archivo | 177 KB |
Cantidad de Instalaciones | 528 |
Versión Actual | 3.1.5 |
Última Actualización | 2022-02-12 |
Fecha de Publicación | 2019-10-22 |
Calificación | 5.00/5 Total de 9 Calificaciones |
Desarrollador | windluffy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://thuanphongorder.com |
URL de la Página de Ayuda | https://thuanphongorder.com |
URL de la Página de Política de Privacidad | https://thuanphongorder.com/bai-viet/security-privacy-policy |
Idiomas Soportados | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Thu\u1eadn Phong Order", "version": "3.1.5", "short_name": "ThuanPhong", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Google Chrome v\u00e0 C\u1ed1c C\u1ed1c c\u00e1c trang TMDT TQ: taobao.com, tmall.com, 1688.com", "browser_action": { "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Thu\u1eadn Phong Order", "default_icon": "icons\/logo_128x128.png" }, "icons": { "32": "icons\/logo_32x32.png", "64": "icons\/logo_64x64.png", "128": "icons\/logo_128x128.png", "256": "icons\/logo_256x256.png" }, "permissions": [ "*:\/\/*.thuanphongorder.com\/*", "cookies" ], "background": { "persistent": false, "page": "background.html" }, "web_accessible_resources": [ "template\/toolbar.html", "img\/shopping-cart-64.png", "icons\/logo_128x128.png", "content-script.css" ], "content_scripts": [ { "js": [ "content-script.bundle.js" ], "css": [ "content-script.css" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*" ] } ] } |