Công cụ đặt hàng Ptite Shop
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 Ptite Shop?
Công cụ đặt hàng Ptite Shop 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 Ptite Shop Extension CRX File
Download Công cụ đặt hàng Ptite Shop 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
Hỗ trợ đặt hàng từ Taobao, Tmall, 1688
Extension Basic Information
Name | Công cụ đặt hàng Ptite Shop |
ID | pdilnhnffgjbboabflgdnpllpknaejep |
Official URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ptite-sh/pdilnhnffgjbboabflgdnpllpknaejep |
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.53 KB |
Installation Count | 81 |
Current Version | 3.1 |
Last Updated | 2017-06-05 |
Publish Date | 2017-06-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | duongdd94 |
Payment Type | free |
Extension Website | https://www.ordertaobaoviet.com/ |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Ptite Shop", "version": "3.1", "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:\/\/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": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |