Amazon Price Tracker Assistant - amzdealz.net
Track any amazon product with history of price changes.
Qu'est-ce que Amazon Price Tracker Assistant - amzdealz.net ?
Amazon Price Tracker Assistant - amzdealz.net est une extension Chrome développée par https://amzdealz.net, et sa fonction principale est "Track any amazon product with history of price changes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Price Tracker Assistant - amzdealz.net
Téléchargez les fichiers d'extension Amazon Price Tracker Assistant - amzdealz.net 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
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
Informations de Base sur l'Extension
Nom | |
ID | pedfjcopmeikkbjkpakmggbndkpbplna |
URL Officiel | https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna |
Description | Track any amazon product with history of price changes. |
Taille du Fichier | 411 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2021-03-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://amzdealz.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://amzdealz.net |
URL de la Page de Politique de Confidentialité | https://amzdealz.net/privacy_policy |
Langues Prises en Charge | 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\/" } |