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.
Vad är Price Tracker for Digitec|Galaxus?
Price Tracker for Digitec|Galaxus är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.".
Tilläggsskärmbilder
Ladda ner Price Tracker for Digitec|Galaxus-förlängningens CRX-fil
Ladda ner Price Tracker for Digitec|Galaxus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Price Tracker for Digitec|Galaxus |
ID | ilhhljacamnebnalecjlenfgfeigihnc |
Officiell webbadress | https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc |
Beskrivning | Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page. |
Filstorlek | 6.59 KB |
Antal Installationer | 29 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-01-13 |
Publiceringsdatum | 2019-01-13 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |