Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Was ist Zoom Player Deals?
Zoom Player Deals ist eine Chrome-Erweiterung, die von http://inmatrix.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Erweiterungsscreenshots
Zoom Player Deals-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoom Player Deals-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
Offizielle URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Beschreibung | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
Dateigröße | 93.75 KB |
Installationsanzahl | 1,799 |
Aktuelle Version | 7.0.27 |
Letztes Update | 2017-07-10 |
Veröffentlichungsdatum | 2017-07-10 |
Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
Entwickler | http://inmatrix.com |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://inmatrix.com/privacy.shtml |
Unterstützte Sprachen | 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" } |