Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
什么是Zoom Player Deals?
Zoom Player Deals是由http://inmatrix.com开发的Chrome扩展程序,该扩展的主要功能是“Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.”。
扩展截图
下载Zoom Player Deals扩展crx文件
下载Zoom Player Deals扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for. Help Zoom Player development flourish by using this extension to help advise you with your online shopping.
扩展基本信息
名称 | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
官方URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
简介 | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
文件大小 | 93.75 KB |
安装次数 | 1,799 |
当前版本 | 7.0.27 |
更新时间 | 2017-07-10 |
上架时间 | 2017-07-10 |
评分 | 4.00/5 共5次评分 |
开发者 | http://inmatrix.com |
付费类型 | free |
隐私政策页面URL | http://inmatrix.com/privacy.shtml |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "short_name": "__MSG_shortName__", "version": "7.0.27", "manifest_version": 2, "icons": { "48": "img\/active48.png", "128": "img\/active128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background_script.js", "browser_action.js" ] }, "browser_action": { "default_icon": { "19": "img\/inactive19.png", "38": "img\/inactive38.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [], "default_locale": "en" } |