Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
What is Zoom Player Deals?
Zoom Player Deals is a Chrome extension developed by http://inmatrix.com, and its main feature is "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Extension Screenshots
Download Zoom Player Deals Extension CRX File
Download Zoom Player Deals 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
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.
Extension Basic Information
Name | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
Official URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Description | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
File Size | 93.75 KB |
Installation Count | 1,799 |
Current Version | 7.0.27 |
Last Updated | 2017-07-10 |
Publish Date | 2017-07-10 |
Rating | 4.00/5 Total 5 Ratings |
Developer | http://inmatrix.com |
Payment Type | free |
Privacy Policy Page URL | http://inmatrix.com/privacy.shtml |
Supported Languages | 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" } |