Price Tracker for Digitec|Galaxus
Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.
O que é Price Tracker for Digitec|Galaxus?
Price Tracker for Digitec|Galaxus é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Price Tracker for Digitec|Galaxus
Baixe arquivos de extensão Price Tracker for Digitec|Galaxus 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
This addon adds a button to each product page of digitec or galaxus to watch the price of the product. The remembered products are shown on the main page of digitec or galaxus. The price of the products get checked everytime the users visits the main page of digitec or galaxus. All checks are done locally in the browser while visiting digitec or galaxus.
Informações Básicas da Extensão
Nome | Price Tracker for Digitec|Galaxus |
ID | ilhhljacamnebnalecjlenfgfeigihnc |
URL Oficial | https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc |
Descrição | Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page. |
Tamanho do Arquivo | 6.59 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0 |
Última Atualização | 2019-01-13 |
Data de Publicação | 2019-01-13 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price Tracker for Digitec|Galaxus", "version": "1.0", "description": "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.", "icons": { "48": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.digitec.ch\/*" ], "js": [ "check.js" ] }, { "matches": [ "*:\/\/*.galaxus.ch\/*" ], "js": [ "check.js" ] } ], "permissions": [], "background": { "scripts": [] }, "browser_action": { "default_icon": { "48": "48.png" }, "default_title": "Price Tracker for Digitec|Galaxus" } } |