Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Qu'est-ce que Zoom Player Deals ?
Zoom Player Deals est une extension Chrome développée par http://inmatrix.com, et sa fonction principale est "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zoom Player Deals
Téléchargez les fichiers d'extension Zoom Player Deals au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
URL Officiel | 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. |
Taille du Fichier | 93.75 KB |
Nombre d'Installations | 1,799 |
Version Actuelle | 7.0.27 |
Dernière Mise à Jour | 2017-07-10 |
Date de Publication | 2017-07-10 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | http://inmatrix.com |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://inmatrix.com/privacy.shtml |
Langues Prises en Charge | 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" } |