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'est-ce que Công cụ đặt hàng Thuận Phong Order ?
Công cụ đặt hàng Thuận Phong Order est une extension Chrome développée par windluffy, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Công cụ đặt hàng Thuận Phong Order
Téléchargez les fichiers d'extension Công cụ đặt hàng Thuận Phong Order au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jdpmgmhknjjonhlhajefkabnikhmjipd |
URL Officiel | 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 |
Description | 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 |
Taille du Fichier | 177 KB |
Nombre d'Installations | 528 |
Version Actuelle | 3.1.5 |
Dernière Mise à Jour | 2022-02-12 |
Date de Publication | 2019-10-22 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | windluffy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thuanphongorder.com |
URL de la Page d'Aide | https://thuanphongorder.com |
URL de la Page de Politique de Confidentialité | https://thuanphongorder.com/bai-viet/security-privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |