Nhập hàng phương đông công cụ
Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
What is Nhập hàng phương đông công cụ?
Nhập hàng phương đông công cụ is a Chrome extension developed by hungbn306, and its main feature is "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".
Extension Screenshots
Download Nhập hàng phương đông công cụ Extension CRX File
Download Nhập hàng phương đông công cụ 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 giúp Khách hàng tạo đơn và đặt hàng từ Trung Quốc một cách dễ dàngỨng dụng giúp cho bạn có thể dễ dàng lấy thông tin sản phẩm từ các trang web bán hàng Trung Quốc (taobao, tmall, 1688) và tạo đơn hàng trên hệ thống. Chúng tôi hiện tại có 2 tên miền là https://nhaphangphuongdong.com https://nhaphangphuongdong.vn
Extension Basic Information
Name | Nhập hàng phương đông công cụ |
ID | oilioldmjdkeokcaoaiifgagecfnfgll |
Official URL | https://chromewebstore.google.com/detail/nh%E1%BA%ADp-h%C3%A0ng-ph%C6%B0%C6%A1ng-%C4%91%C3%B4ng-c%C3%B4n/oilioldmjdkeokcaoaiifgagecfnfgll |
Description | Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+. |
File Size | 68.71 KB |
Installation Count | 324 |
Current Version | 1.0.0 |
Last Updated | 2022-07-13 |
Publish Date | 2020-07-13 |
Developer | hungbn306 |
[email protected] | |
Payment Type | free |
Extension Website | https://nhaphangphuongdong.vn/ |
Help Page URL | https://nhaphangphuongdong.com/ |
Privacy Policy Page URL | https://nhaphangphuongdong.vn/post/25/chinh-sach-bao-mat-thong-tin |
Supported Languages | vi |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "js": [ "js\/script.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\/*" ] }, { "js": [ "js\/random.js" ], "matches": [ "http:\/\/www.random.org\/*", "https:\/\/www.random.org\/*" ] }, { "js": [ "\/js\/jquery.js", "js\/autopai.js" ], "matches": [ "http:\/\/nhaphangphuongdong.vn\/order\/*", "https:\/\/nhaphangphuongdong.vn\/order\/*" ] }, { "js": [ "\/js\/jquery.js", "\/js\/autopai.common.js", "\/js\/autopai.taobao.js" ], "matches": [ "http:\/\/item.taobao.com\/*", "http:\/\/*.taobao.com\/item\/*", "https:\/\/item.taobao.com\/*", "https:\/\/*.taobao.com\/item\/*" ], "run_at": "document_end" }, { "js": [ "\/js\/jquery.js", "\/js\/autopai.common.js", "\/js\/autopai.tmall.js" ], "matches": [ "http:\/\/*.tmall.com\/item*", "https:\/\/*.tmall.com\/item*" ], "run_at": "document_end" }, { "js": [ "\/js\/jquery.js", "\/js\/autopai.common.js", "\/js\/autopai.1688.js" ], "matches": [ "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Nh\u1eadp h\u00e0ng ph\u01b0\u01a1ng \u0111\u00f4ng c\u00f4ng c\u1ee5", "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "css\/main.css" ] } |