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
什么是Công cụ đặt hàng Ptite Shop?
Công cụ đặt hàng Ptite Shop是由duongdd94开发的Chrome扩展程序,该扩展的主要功能是“Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc”。
扩展截图
下载Công cụ đặt hàng Ptite Shop扩展crx文件
下载Công cụ đặt hàng Ptite Shop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hỗ trợ đặt hàng từ Taobao, Tmall, 1688
扩展基本信息
名称 | Công cụ đặt hàng Ptite Shop |
ID | pdilnhnffgjbboabflgdnpllpknaejep |
官方URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ptite-sh/pdilnhnffgjbboabflgdnpllpknaejep |
简介 | Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc |
文件大小 | 40.53 KB |
安装次数 | 81 |
当前版本 | 3.1 |
更新时间 | 2017-06-05 |
上架时间 | 2017-06-04 |
评分 | 5.00/5 共2次评分 |
开发者 | duongdd94 |
付费类型 | free |
扩展官网 | https://www.ordertaobaoviet.com/ |
支持的语言 | 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:\/\/*\/*" ] } |