Order1688
Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688
What is Order1688?
Order1688 is a Chrome extension developed by kalzen.com, and its main feature is "Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688".
Extension Screenshots
Download Order1688 Extension CRX File
Download Order1688 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
Ứng dụng đặt hàng trực tuyến taobao, tmall, 1688 của website order1688.vn
Extension Basic Information
Name | Order1688 |
ID | akokginhpmbmklmbehkejedhgogmkngi |
Official URL | https://chromewebstore.google.com/detail/order1688/akokginhpmbmklmbehkejedhgogmkngi |
Description | Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688 |
File Size | 154 KB |
Installation Count | 181 |
Current Version | 1.0.3 |
Last Updated | 2019-11-06 |
Publish Date | 2019-11-05 |
Developer | kalzen.com |
Payment Type | free |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Order1688", "description": "H\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean TAOBAO, TMALL, 1688", "version": "1.0.3", "browser_action": { "default_icon": "images\/logo.png", "default_title": "Order1688" }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "64": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "https:\/\/order1688.vn\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*" ], "css": [ "\/css\/bootstrap.css", "\/css\/extension.css" ], "js": [ "\/js\/appscript.js" ] } ] } |