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.
¿Qué es Price Tracker for Digitec|Galaxus?
Price Tracker for Digitec|Galaxus es una extensión de Chrome desarrollada por Unknown, y su función principal es "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Price Tracker for Digitec|Galaxus
Descarga archivos de extensión Price Tracker for Digitec|Galaxus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Price Tracker for Digitec|Galaxus |
ID | ilhhljacamnebnalecjlenfgfeigihnc |
URL Oficial | https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc |
Descripción | Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page. |
Tamaño del Archivo | 6.59 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.0 |
Última Actualización | 2019-01-13 |
Fecha de Publicación | 2019-01-13 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |