Amazon Price Tracker Assistant - amzdealz.net
Track any amazon product with history of price changes.
Cos'è Amazon Price Tracker Assistant - amzdealz.net?
Amazon Price Tracker Assistant - amzdealz.net è un'estensione di Chrome sviluppata da https://amzdealz.net, e la sua funzione principale è "Track any amazon product with history of price changes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Price Tracker Assistant - amzdealz.net
Scarica i file di estensione Amazon Price Tracker Assistant - amzdealz.net in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The browser Add-On from amzdealz.net is easy to use and helps you make better purchasing decisions when shopping online. Key features: 💰 Amazon price tracking (incl. price drop alert by email) 📈 Amazon Price History 🏆 Best Amazon Deals 🚫 No account needed 🛒Supported Amazon marketplaces [.com | .de | .com.br | .com.au] Just install and save! Our privacy policy: https://amzdealz.net/privacy_policy
Informazioni di Base sull'Estensione
Nome | |
ID | pedfjcopmeikkbjkpakmggbndkpbplna |
URL Ufficiale | https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna |
Descrizione | Track any amazon product with history of price changes. |
Dimensione del File | 411 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-04-22 |
Data di Pubblicazione | 2021-03-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://amzdealz.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://amzdealz.net |
URL della Pagina della Politica sulla Privacy | https://amzdealz.net/privacy_policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Tracker Assistant - amzdealz.net", "version": "1.1.0", "description": "Track any amazon product with history of price changes.", "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" } }, "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "https:\/\/*.amzdealz.net\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.com.au\/*" ], "homepage_url": "https:\/\/amzdealz.net\/" } |