Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Vad är Zoom Player Deals?
Zoom Player Deals är en Chrome-tillägg utvecklad av http://inmatrix.com, och dess huvudfunktion är "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Tilläggsskärmbilder
Ladda ner Zoom Player Deals-förlängningens CRX-fil
Ladda ner Zoom Player Deals-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
Officiell webbadress | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Beskrivning | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
Filstorlek | 93.75 KB |
Antal Installationer | 1,799 |
Aktuell Version | 7.0.27 |
Senast Uppdaterad | 2017-07-10 |
Publiceringsdatum | 2017-07-10 |
Betyg | 4.00/5 Totalt 5 Betyg |
Utvecklare | http://inmatrix.com |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://inmatrix.com/privacy.shtml |
Stödda Språk | 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" } |