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.

Apa itu Price Tracker for Digitec|Galaxus?

Price Tracker for Digitec|Galaxus adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Price Tracker for Digitec|Galaxus

Unduh file ekstensi Price Tracker for Digitec|Galaxus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Price Tracker for Digitec|Galaxus Price Tracker for Digitec|Galaxus
ID ilhhljacamnebnalecjlenfgfeigihnc
URL Resmi https://chromewebstore.google.com/detail/price-tracker-for-digitec/ilhhljacamnebnalecjlenfgfeigihnc
Deskripsi Adds functionality to Digitec|Galaxus to rememeber a product and check it's prise changes each time you visit the main page.
Ukuran File 6.59 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-01-13
Tanggal Publikasi 2019-01-13
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}