Amazon Price Tracker

Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.

Was ist Amazon Price Tracker?

Amazon Price Tracker ist eine Chrome-Erweiterung, die von matt_covo entwickelt wurde, und ihr Hauptmerkmal ist "Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.".

Erweiterungsscreenshots

screenshot

Amazon Price Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Price Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Controlla velocemente l'andamento dei prezzi su tutti i prodotti Amazon tramite un comodo popup.                    

Grundlegende Informationen zur Erweiterung

Name Amazon Price Tracker Amazon Price Tracker
ID pjfkdkmclhgfphgncfbbkmdlkjgmanog
Offizielle URL https://chromewebstore.google.com/detail/amazon-price-tracker/pjfkdkmclhgfphgncfbbkmdlkjgmanog
Beschreibung Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.
Dateigröße 10.13 KB
Installationsanzahl 94
Aktuelle Version 1.0.1
Letztes Update 2020-09-24
Veröffentlichungsdatum 2020-09-24
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler matt_covo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen it
manifest.json
{
    "optional_permissions": [
        "activeTab"
    ],
    "description": "Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.",
    "version": "1.0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.it\/*"
    ],
    "short_name": "Price Tracker",
    "homepage_url": "http:\/\/www.trovofferte.eu",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Amazon Price Tracker",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "name": "Amazon Price Tracker",
    "icons": {
        "128": "images\/128.png"
    }
}