Amazon Price Tracker
Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.
Wat is Amazon Price Tracker?
Amazon Price Tracker is een Chrome-extensie ontwikkeld door matt_covo, en de belangrijkste functie is "Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Price Tracker
Download Amazon Price Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Controlla velocemente l'andamento dei prezzi su tutti i prodotti Amazon tramite un comodo popup.
Basisinformatie over de Extensie
Naam | Amazon Price Tracker |
ID | pjfkdkmclhgfphgncfbbkmdlkjgmanog |
Officiële URL | https://chromewebstore.google.com/detail/amazon-price-tracker/pjfkdkmclhgfphgncfbbkmdlkjgmanog |
Beschrijving | Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon. |
Bestandsgrootte | 10.13 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-09-24 |
Publicatiedatum | 2020-09-24 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | matt_covo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |