Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Wat is Zoom Player Deals?
Zoom Player Deals is een Chrome-extensie ontwikkeld door http://inmatrix.com, en de belangrijkste functie is "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zoom Player Deals
Download Zoom Player Deals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
Officiële URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Beschrijving | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
Bestandsgrootte | 93.75 KB |
Aantal Installaties | 1,799 |
Huidige Versie | 7.0.27 |
Laatst Bijgewerkt | 2017-07-10 |
Publicatiedatum | 2017-07-10 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://inmatrix.com |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://inmatrix.com/privacy.shtml |
Ondersteunde Talen | 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" } |