Minh Tân Addon
Order Vận chuyển - vanchuyenminhtan.com
What is Minh Tân Addon?
Minh Tân Addon is a Chrome extension developed by Tân PM, and its main feature is "Order Vận chuyển - vanchuyenminhtan.com".
Extension Screenshots
Download Minh Tân Addon Extension CRX File
Download Minh Tân Addon 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
Order Vận chuyển - vanchuyenminhtan.com Ứng dụng đặt hàng trên 1688.com, tmall.com, taobao.com Công cụ sẽ tự lấy thông tin và giá cập nhật vào giỏ hàng để quý khách có thể dễ dàng chọn lựa sản phẩm và tiến hành mua hàng trực tiếp mà không cần có tài khoản của taobao,1688,tmall Hệ thống tự động hóa, đơn giản, dễ thực hiện **Lưu ý 1: Mục "tên đăng nhập" quý khách nhớ điền tên đăng nhập đã tạo trên website vanchuyenminhtan.com **Lưu ý 2: Các link 1688 khi lấy từ điện thoại paste lên máy tính sẽ có định dạng m.1688.com, quý khách cần thay "m" = "detail". Ví dụ: detail.1688.com/offer/..........
Extension Basic Information
Name | Minh Tân Addon |
ID | npkdpnngckchfnpgplefhkhffbmhmlpi |
Official URL | https://chromewebstore.google.com/detail/minh-t%C3%A2n-addon/npkdpnngckchfnpgplefhkhffbmhmlpi |
Description | Order Vận chuyển - vanchuyenminhtan.com |
File Size | 168 KB |
Installation Count | 46 |
Current Version | 5.9 |
Last Updated | 2023-05-19 |
Publish Date | 2022-11-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Tân PM |
[email protected] | |
Payment Type | free |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minh T\u00e2n Addon", "version": "5.9", "manifest_version": 2, "description": " Order V\u1eadn chuy\u1ec3n - vanchuyenminhtan.com", "browser_action": { "name": "Manipulate DOM", "icons": { "16": "logo.png", "24": "logo.png", "32": "logo.png", "128": "logo-128.png" }, "default_icon": { "16": "logo.png", "24": "logo.png", "32": "logo.png", "128": "logo-128.png" } }, "content_scripts": [ { "css": [ "css\/app.css" ], "js": [ "js\/jquery.min.js", "js\/lodash.min.js", "js\/s_common.js", "js\/s_taobao.js", "js\/s_alibaba.js", "js\/s_vipshop.js", "js\/s_main.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*" ], "run_at": "document_end" } ], "permissions": [], "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo-128.png" } } |