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.

Τι είναι το Price Tracker for Digitec|Galaxus;

Το Price Tracker for Digitec|Galaxus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Price Tracker for Digitec|Galaxus

Λήψη αρχείων επέκτασης Price Tracker for Digitec|Galaxus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Price Tracker for Digitec|Galaxus Price Tracker for Digitec|Galaxus
ID ilhhljacamnebnalecjlenfgfeigihnc
Επίσημο URL https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc
Περιγραφή Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.
Μέγεθος Αρχείου 6.59 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-01-13
Ημερομηνία Δημοσίευσης 2019-01-13
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}