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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Price Tracker for Digitec|Galaxus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}