Zoom Player Deals
Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
O que é Zoom Player Deals?
Zoom Player Deals é uma extensão do Chrome desenvolvida por http://inmatrix.com, e sua principal característica é "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zoom Player Deals
Baixe arquivos de extensão Zoom Player Deals no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jhepckfebdcnjemeknooaegpociaaiae |
URL Oficial | https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae |
Descrição | Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals. |
Tamanho do Arquivo | 93.75 KB |
Contagem de Instalações | 1,799 |
Versão Atual | 7.0.27 |
Última Atualização | 2017-07-10 |
Data de Publicação | 2017-07-10 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | http://inmatrix.com |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://inmatrix.com/privacy.shtml |
Idiomas Suportados | 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" } |