Công cụ Đặt Hàng Vận chuyển THUONGMAI1688
Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang từ các trang thương mại điện tử dễ dàng
What is Công cụ Đặt Hàng Vận chuyển THUONGMAI1688?
Công cụ Đặt Hàng Vận chuyển THUONGMAI1688 is a Chrome extension developed by phucvi.me, and its main feature is "Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang từ các trang thương mại điện tử dễ dàng".
Extension Screenshots
Download Công cụ Đặt Hàng Vận chuyển THUONGMAI1688 Extension CRX File
Download Công cụ Đặt Hàng Vận chuyển THUONGMAI1688 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Trợ lý mua sắm Thương mại 1688 Add-on là một bản mở rộng để mua sắm trên 1688.com, theo dõi lịch sử giá trên 1688.com và tìm nguồn sản phẩm trên AliExpress, Alibaba, Taobao và Made-in-China. Công cụ mua hàng trên các trang 1688, Taobao, Tmall của thuongmai1688.com
Extension Basic Information
Name | Công cụ Đặt Hàng Vận chuyển THUONGMAI1688 |
ID | ljojjbmdckmkfbnhnpdeimmagpaemkik |
Official URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-v%E1%BA%ADn-chuy/ljojjbmdckmkfbnhnpdeimmagpaemkik |
Description | Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang từ các trang thương mại điện tử dễ dàng |
File Size | 148 KB |
Installation Count | 696 |
Current Version | 3.0.2 |
Last Updated | 2021-12-12 |
Publish Date | 2020-07-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | phucvi.me |
[email protected] | |
Payment Type | free |
Extension Website | https://thuongmai1688.com/ |
Help Page URL | https://thuongmai1688.com/ |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "C\u00f4ng c\u1ee5 \u0110\u1eb7t H\u00e0ng V\u1eadn chuy\u1ec3n THUONGMAI1688", "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t H\u00e0ng V\u1eadn chuy\u1ec3n gi\u00fap b\u1ea1n mua h\u00e0ng trang t\u1eeb c\u00e1c trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed d\u1ec5 d\u00e0ng", "version": "3.0.2", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "options_page": "settings\/settings.html", "action": { "default_title": "C\u00f4ng c\u1ee5 \u0110\u1eb7t H\u00e0ng V\u1eadn chuy\u1ec3n THUONGMAI1688", "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "assets\/logo-web.png" ], "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\/*", "https:\/\/thuongmai1688.com\/*" ] } ], "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "services\/common\/common.services.js", "services\/1688\/1688.js", "services\/taobao\/taobao.js", "services\/main.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/thuongmai1688.com\/*" ] } ] } |