Công cụ đặt hàng Thuận Hoà
Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc
What is Công cụ đặt hàng Thuận Hoà?
Công cụ đặt hàng Thuận Hoà is a Chrome extension developed by duongdd94, and its main feature is "Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc".
Extension Screenshots
Download Công cụ đặt hàng Thuận Hoà Extension CRX File
Download Công cụ đặt hàng Thuận Hoà 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
Đặt hàng taobao, tmall, 1688 với Thuận Hòa
Extension Basic Information
Name | Công cụ đặt hàng Thuận Hoà |
ID | kckoibmfjkfdbefjmdbalhihlhheocfj |
Official URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-thu%E1%BA%ADn-ho/kckoibmfjkfdbefjmdbalhihlhheocfj |
Description | Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc |
File Size | 40.74 KB |
Installation Count | 11 |
Current Version | 1.0.4 |
Last Updated | 2018-12-10 |
Publish Date | 2018-12-10 |
Developer | duongdd94 |
Payment Type | free |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Thu\u1eadn Ho\u00e0", "version": "1.0.4", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Google Chrome v\u00e0 C\u1ed1c C\u1ed1c", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/world.taobao.com\/item\/*", "http:\/\/world.taobao.com\/item\/*", "https:\/\/item.taobao.com\/*", "http:\/\/item.taobao.com\/*", "https:\/\/detail.1688.com\/offer\/*", "http:\/\/detail.1688.com\/offer\/*", "https:\/\/detail.tmall.com\/item.htm*", "http:\/\/detail.tmall.com\/item.htm*", "https:\/\/world.tmall.com\/item\/*", "http:\/\/world.tmall.com\/item\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "js\/content.js" ], "css": [ "css\/ptite.css" ] } ], "permissions": [ "https:\/\/world.taobao.com\/item\/*", "http:\/\/world.taobao.com\/item\/*", "https:\/\/item.taobao.com\/*", "http:\/\/item.taobao.com\/*", "https:\/\/detail.1688.com\/offer\/*", "http:\/\/detail.1688.com\/offer\/*", "https:\/\/detail.tmall.com\/item.htm*", "http:\/\/detail.tmall.com\/item.htm*", "https:\/\/world.tmall.com\/item\/*", "http:\/\/world.tmall.com\/item\/*" ] } |