Amazon Price Tracker
Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.
Qu'est-ce que Amazon Price Tracker ?
Amazon Price Tracker est une extension Chrome développée par matt_covo, et sa fonction principale est "Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Price Tracker
Téléchargez les fichiers d'extension Amazon Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Controlla velocemente l'andamento dei prezzi su tutti i prodotti Amazon tramite un comodo popup.
Informations de Base sur l'Extension
Nom | Amazon Price Tracker |
ID | pjfkdkmclhgfphgncfbbkmdlkjgmanog |
URL Officiel | https://chromewebstore.google.com/detail/amazon-price-tracker/pjfkdkmclhgfphgncfbbkmdlkjgmanog |
Description | Controlla velecemente l'andamento dei prezzi su tutti i prodotti amazon. |
Taille du Fichier | 10.13 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-09-24 |
Date de Publication | 2020-09-24 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | matt_covo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |