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'est-ce que Price Tracker for Digitec|Galaxus ?
Price Tracker for Digitec|Galaxus est une extension Chrome développée par Unknown, et sa fonction principale est "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Price Tracker for Digitec|Galaxus
Téléchargez les fichiers d'extension Price Tracker for Digitec|Galaxus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Price Tracker for Digitec|Galaxus |
ID | ilhhljacamnebnalecjlenfgfeigihnc |
URL Officiel | https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc |
Description | Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page. |
Taille du Fichier | 6.59 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-01-13 |
Date de Publication | 2019-01-13 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |