Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Hvad er Zoom Player Deals?
Zoom Player Deals er en Chrome-udvidelse udviklet af http://inmatrix.com, og dens hovedfunktion er "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Udvidelsesskærmbilleder
Download Zoom Player Deals-udvidelses-CRX-fil
Download Zoom Player Deals-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
Officiel URL | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Beskrivelse | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
Filstørrelse | 93.75 KB |
Antal Installationer | 1,799 |
Nuværende Version | 7.0.27 |
Senest Opdateret | 2017-07-10 |
Udgivelsesdato | 2017-07-10 |
Bedømmelse | 4.00/5 Samlet 5 Bedømmelser |
Udvikler | http://inmatrix.com |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://inmatrix.com/privacy.shtml |
Understøttede Sprog | 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" } |