LP Logistic Tools | V4.2.1
Công cụ mua hàng nhanh chóng trên các trang Taobao 1688 Tmall | LP Logistics Ver 4.2
Qu'est-ce que LP Logistic Tools | V4.2.1 ?
LP Logistic Tools | V4.2.1 est une extension Chrome développée par linh.hp8893, et sa fonction principale est "Công cụ mua hàng nhanh chóng trên các trang Taobao 1688 Tmall | LP Logistics Ver 4.2".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LP Logistic Tools | V4.2.1
Téléchargez les fichiers d'extension LP Logistic Tools | V4.2.1 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
Cài đặt công cụ trên máy tính, không hỗ trợ cài đặt trên điện thoại.Sau khi bạn cài đặt công cụ, khi vào link chi tiết sản phẩm tại 3 trang Taobao, 1688, Tmall sẽ có bảng giá quy đổi sang tiếng việt và phần đặt hàng với LE-PHUONGgiúp bạn dễ dàng chọn và đặt hàng.
Informations de Base sur l'Extension
Nom | LP Logistic Tools | V4.2.1 |
ID | olkppkaiknpedfjonpicgahfgoclgfak |
URL Officiel | https://chromewebstore.google.com/detail/lp-logistic-tools-v421/olkppkaiknpedfjonpicgahfgoclgfak |
Description | Công cụ mua hàng nhanh chóng trên các trang Taobao 1688 Tmall | LP Logistics Ver 4.2 |
Taille du Fichier | 798 KB |
Nombre d'Installations | 124 |
Version Actuelle | 4.2.1 |
Dernière Mise à Jour | 2021-05-26 |
Date de Publication | 2021-05-25 |
Développeur | linh.hp8893 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://lephuonglogistics.com/ |
URL de la Page de Politique de Confidentialité | https://lephuonglogistics.com/bai-viet/chinh-sach-bao-mat-thong-tin-thanh-vien.html |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon.png" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/contentscript.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ] } ], "description": "C\u00f4ng c\u1ee5 mua h\u00e0ng nhanh ch\u00f3ng tr\u00ean c\u00e1c trang Taobao 1688 Tmall | LP Logistics Ver 4.2", "icons": { "128": "images\/icon.png", "16": "images\/icon.png", "48": "images\/icon.png" }, "name": "LP Logistic Tools | V4.2.1 ", "permissions": [ "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ], "manifest_version": 2, "version": "4.2.1", "web_accessible_resources": [ "images\/*", "css\/*", "template\/*" ] } |