Tiện ích đặt hàng Odertrungviet
Công cụ hỗ trợ đặt hàng của Odertrungviet trên trình duyệt Chrome & Coccoc.
What is Tiện ích đặt hàng Odertrungviet?
Tiện ích đặt hàng Odertrungviet is a Chrome extension developed by https://odertrungviet.com, and its main feature is "Công cụ hỗ trợ đặt hàng của Odertrungviet trên trình duyệt Chrome & Coccoc.".
Extension Screenshots
Download Tiện ích đặt hàng Odertrungviet Extension CRX File
Download Tiện ích đặt hàng Odertrungviet 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
Công cụ đặt hàng của DCP Logistics trên trình duyệt Chrome & Coccoc. Công cụ tối ưu hóa quy trình đặt hàng trên website odertrungviet.com Giúp bạn đặt và mua hàng Trung Quốc một cách dễ dàng và nhanh chóng. Chúng tôi cam kết: - Giúp bạn đặt hàng một cách đơn giản và đảm bảo chất lượng đơn hàng của bạn. - Nhận tất cả những yêu cầu lẻ của bạn. - Đảm bảo đúng yêu cầu các đơn hàng mà bạn đặt mua. - Thời gian vận chuyển về nhanh. - Đảm bảo an toàn và bảo mật thông tin của bạn. - Hỗ trợ đặt hàng trên taobao, tmall, 1688.
Extension Basic Information
Name | Tiện ích đặt hàng Odertrungviet |
ID | nbchcabcdbffahindkianbhlbjmhecll |
Official URL | https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-%C4%91%E1%BA%B7t-h%C3%A0ng-odertru/nbchcabcdbffahindkianbhlbjmhecll |
Description | Công cụ hỗ trợ đặt hàng của Odertrungviet trên trình duyệt Chrome & Coccoc. |
File Size | 136 KB |
Installation Count | 19 |
Current Version | 3.2.0 |
Last Updated | 2023-04-17 |
Publish Date | 2020-07-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://odertrungviet.com |
[email protected] | |
Payment Type | free |
Extension Website | https://odertrungviet.com/ |
Help Page URL | https://odertrungviet.com/huong-dan |
Privacy Policy Page URL | https://golog.vn/chinh-sach/chinh-sach-bao-mat-thong-tin |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ti\u1ec7n \u00edch \u0111\u1eb7t h\u00e0ng Odertrungviet", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng c\u1ee7a Odertrungviet tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & Coccoc.", "version": "3.2.0", "manifest_version": 3, "icons": { "128": "img\/icon.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "host_permissions": [ "https:\/\/odertrungviet.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon.png" } }, "content_scripts": [ { "js": [ "content.js", "js\/jquery.js" ], "matches": [ "https:\/\/item.taobao.com\/*", "https:\/\/detail.1688.com\/*", "https:\/\/detail.tmall.com\/*", "https:\/\/detail.tmall.hk\/*", "https:\/\/chaoshi.detail.tmall.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "temp\/index.html", "temp\/main.css", "img\/logo-addon.png" ], "matches": [ "https:\/\/item.taobao.com\/*", "https:\/\/detail.1688.com\/*", "https:\/\/detail.tmall.com\/*", "https:\/\/detail.tmall.hk\/*", "https:\/\/chaoshi.detail.tmall.com\/*" ] } ] } |