Lowest Price & Price Alerts
Never pay more! There is always a lower price
O que é Lowest Price & Price Alerts?
Lowest Price & Price Alerts é uma extensão do Chrome desenvolvida por http://low.estprice.com, e sua principal característica é "Never pay more! There is always a lower price".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lowest Price & Price Alerts
Baixe arquivos de extensão Lowest Price & Price Alerts 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
Price Comparison Tool for computer & computer parts. We track 13 leading online computer & computer parts retailers for around 40,000+ skus. You can easily find the lowest price among 13 different retailers or if you have a target price than the current offer, you can create custom price alerts and we do the price drop checks on behalf of you. How does it work? Simply install the extension. When you browse a product in a any web site, if our retailers carry the same product you will be notified by our small icon, and when you click on the icon you will see all the competitors prices. You can click on the prices and go directly to the vendor's official web site. Features: -- Offers fast and easy price comparisons, -- Highlights the lowest price available, -- Offers to create custom price alerts,
Informações Básicas da Extensão
Nome | |
ID | khildfocokbghekbdloflhlepljockdi |
URL Oficial | https://chrome.google.com/webstore/detail/lowest-price-price-alerts/khildfocokbghekbdloflhlepljockdi |
Descrição | Never pay more! There is always a lower price |
Tamanho do Arquivo | 213 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.3 |
Última Atualização | 2016-11-03 |
Data de Publicação | 2016-11-03 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | http://low.estprice.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/b.js" ], "persistent": true }, "browser_action": { "default_icon": "image\/19.png", "default_title": "Lowest Price & Price Alerts", "default_popup": "index.html" }, "icons": { "128": "image\/128.png", "48": "image\/48.png" }, "version": "0.3", "manifest_version": 2, "description": "Never pay more! There is always a lower price", "name": "Lowest Price & Price Alerts", "permissions": [ "tabs", "notifications" ], "web_accessible_resources": [] } |