Comprice™ - Price Comparison
Discounts And Coupons Finder
O que é Comprice™ - Price Comparison?
Comprice™ - Price Comparison é uma extensão do Chrome desenvolvida por Comprice™, e sua principal característica é "Discounts And Coupons Finder".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Comprice™ - Price Comparison
Baixe arquivos de extensão Comprice™ - Price Comparison 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
Comprice™ will search the internet for you in milliseconds for coupons and deals. Comprice™ will display in a floating window, the available deals, coupons and discounts for a huge selection products. Once the coupons and discounts are visible to you, a simple click would do the trick, and you will be able to purchase the product with a better price. ---------------------------------------------------- Disclaimer: Comprice™ uses coupons.com to display offers and coupons from a vast index of thousands of merchants.
Informações Básicas da Extensão
Nome | |
ID | mhckodganjjgchefbhenifkhmainjiph |
URL Oficial | https://chrome.google.com/webstore/detail/comprice-price-comparison/mhckodganjjgchefbhenifkhmainjiph |
Descrição | Discounts And Coupons Finder |
Tamanho do Arquivo | 60.79 KB |
Contagem de Instalações | 110 |
Versão Atual | 1.0.2.2 |
Última Atualização | 2016-09-14 |
Data de Publicação | 2016-09-13 |
Desenvolvedor | Comprice™ |
Tipo de Pagamento | free |
Idiomas Suportados | de,en,fr,nl,no,tr,da,es,es-419,it,hu,pl,pt-BR,fi,sv,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2.2", "manifest_version": 2, "icons": { "128": "icon128.png", "96": "icon96.png", "48": "icon48.png", "19": "icon19.png" }, "browser_action": { "default_icon": "icon19.png", "default_title": "Comprice - Get The Best coupons and prices!", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "webRequest", "webNavigation", "webRequestBlocking", "*:\/\/*\/*" ] } |