Đặt hàng Alibao
Công cụ nhập hàng của Alibao
Qu'est-ce que Đặt hàng Alibao ?
Đặt hàng Alibao est une extension Chrome développée par phonghoang300489, et sa fonction principale est "Công cụ nhập hàng của Alibao".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Đặt hàng Alibao
Téléchargez les fichiers d'extension Đặt hàng Alibao 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
Đặt hàng Alibao là tiện ích của hệ thống nhập hàng alibao.vn . Đặt hàng Alibao giúp khách hàng có thể mua hàng từ các website taobao.com, tmail.com và 1688.com một cách chính xác và tối ưu nhất. Luôn cập nhật các sản phẩm được sale từ các shop. Ngoài ra Alibao tự hào là một trong những đơn vị vận chuyển hàng nhanh nhất và chi phí tốt nhất trên thị trường.
Informations de Base sur l'Extension
Nom | Đặt hàng Alibao |
ID | iibknpaepcjminlcpgiigndlfjaogooc |
URL Officiel | https://chromewebstore.google.com/detail/%C4%91%E1%BA%B7t-h%C3%A0ng-alibao/iibknpaepcjminlcpgiigndlfjaogooc |
Description | Công cụ nhập hàng của Alibao |
Taille du Fichier | 61.29 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.0.1.15 |
Dernière Mise à Jour | 2020-04-23 |
Date de Publication | 2020-04-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | phonghoang300489 |
Type de Paiement | free |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u0110\u1eb7t h\u00e0ng Alibao", "version": "1.0.1.15", "description": "C\u00f4ng c\u1ee5 nh\u1eadp h\u00e0ng c\u1ee7a Alibao", "options_page": "options.html", "page_action": { "default_popup": "options.html", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/item.taobao.com\/*", "*:\/\/detail.tmall.hk\/*", "*:\/\/detail.tmall.com\/*", "*:\/\/world.tmall.com\/*", "*:\/\/detail.1688.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "jquery-1.9.1.min.js", "options.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "styles\/main.css", "options.html" ], "manifest_version": 2, "permissions": [ "tabs", "cookies", "management", "declarativeContent", "storage", "webRequest", "https:\/\/www.alibao.vn\/" ] } |