Amazon Price Tracker Assistant - amzdealz.net
Track any amazon product with history of price changes.
Was ist Amazon Price Tracker Assistant - amzdealz.net?
Amazon Price Tracker Assistant - amzdealz.net ist eine Chrome-Erweiterung, die von https://amzdealz.net entwickelt wurde, und ihr Hauptmerkmal ist "Track any amazon product with history of price changes.".
Erweiterungsscreenshots
Amazon Price Tracker Assistant - amzdealz.net-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Price Tracker Assistant - amzdealz.net-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pedfjcopmeikkbjkpakmggbndkpbplna |
Offizielle URL | https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna |
Beschreibung | Track any amazon product with history of price changes. |
Dateigröße | 411 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-04-22 |
Veröffentlichungsdatum | 2021-03-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://amzdealz.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://amzdealz.net |
URL der Datenschutzrichtlinien-Seite | https://amzdealz.net/privacy_policy |
Unterstützte Sprachen | 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\/" } |