Price Master
Price Master
什么是Price Master?
Price Master是由https://www.pricemaster.co开发的Chrome扩展程序,该扩展的主要功能是“Price Master”。
扩展截图
下载Price Master扩展crx文件
下载Price Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.
扩展基本信息
名称 | |
ID | mnbbpogddcjkeokinbalnoholjclnakj |
官方URL | https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj |
简介 | Price Master |
文件大小 | 40.41 KB |
安装次数 | 45 |
当前版本 | 1.0.2 |
更新时间 | 2015-09-25 |
上架时间 | 2015-09-24 |
开发者 | https://www.pricemaster.co |
付费类型 | free |
扩展官网 | http://www.pricemaster.co/index.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price Master", "short_name": "Price Master", "version": "1.0.2", "description": "Price Master", "icons": { "128": "icons\/icon128.png", "16": "icons\/button.png", "48": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "run_at": "document_end", "js": [ "main.js" ] } ], "homepage_url": "http:\/\/pricemaster.co.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*" ], "web_accessible_resources": [ "extension.js" ] } |