Công cụ đặt hàng - Oderquangchau.vn
Công cụ hỗ trợ người dùng của Oderquangchau.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com
What is Công cụ đặt hàng - Oderquangchau.vn?
Công cụ đặt hàng - Oderquangchau.vn is a Chrome extension developed by https://oderquangchau.vn, and its main feature is "Công cụ hỗ trợ người dùng của Oderquangchau.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com".
Extension Screenshots
Download Công cụ đặt hàng - Oderquangchau.vn Extension CRX File
Download Công cụ đặt hàng - Oderquangchau.vn 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
addon hỗ trợ người dùng của Oderquangchau.vn mua hàng trên website: taotao.com, tmaill.com và 1688.com
Extension Basic Information
Name | Công cụ đặt hàng - Oderquangchau.vn |
ID | bmaajfdmjmlkdfjbkcjokfgenbkiggbh |
Official URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-oderquan/bmaajfdmjmlkdfjbkcjokfgenbkiggbh |
Description | Công cụ hỗ trợ người dùng của Oderquangchau.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com |
File Size | 94.02 KB |
Installation Count | 23 |
Current Version | 2.4.0 |
Last Updated | 2021-11-29 |
Publish Date | 2019-10-24 |
Developer | https://oderquangchau.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://oderquangchau.vn/ |
Privacy Policy Page URL | https://thietkewebos.com/privacy-policy.html |
Supported Languages | vi |
manifest.json | |
{ "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng - Oderquangchau.vn", "short_name": "oderquangchau.vn", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi d\u00f9ng c\u1ee7a Oderquangchau.vn \u0111\u1eb7t h\u00e0ng tr\u00ean website: Taobao.com, Tmall.com v\u00e0 1688.com", "version": "2.4.0", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a oderquangchau.vn tr\u00ean taobao, tmall, 1688", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.png" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "https:\/\/oderquangchau.vn\/*", "https:\/\/2.taobao.com\/item.htm" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.oderquangchau.vn\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "js": [ "js\/app.min.js" ], "css": [ "css\/styles.min.css" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |