AMZ - Amazon Price Tracker
AMZ - Price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops
Qu'est-ce que AMZ - Amazon Price Tracker ?
AMZ - Amazon Price Tracker est une extension Chrome développée par Expertive OÜ, et sa fonction principale est "AMZ - Price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMZ - Amazon Price Tracker
Téléchargez les fichiers d'extension AMZ - 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
Are you someone who frequently shops Do you often find yourself waiting for the perfect time to make your purchase in order to get the best possible deal? If so, you might want to consider using an Amz price tracker. An Amz price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops or increases. This can be incredibly helpful for savvy shoppers who want to save money on their purchases. There are a number of different Amz price trackers available, each with its own features and benefits. Here are some of the key things to look for when choosing an Amz price tracker: Accuracy - You want to make sure that the price tracker you choose is accurate and up-to-date. A good price tracker should be able to monitor prices in real-time and provide you with accurate information about price fluctuations. Ease of use - Look for a price tracker that is easy to use and doesn't require a lot of technical knowledge. Ideally, the tool should be user-friendly and intuitive. Customization - Some price trackers allow you to customize your notifications so that you only receive alerts for products that meet certain criteria. For example, you might only want to be notified if the price drops below a certain amount or if the product is in stock. Historical data - It can be helpful to have access to historical pricing data so that you can see how prices have fluctuated over time. This can give you a better idea of when the best time to buy a product might be. Once you've chosen an Amz price tracker, the tool will do the rest of the work for you. You can sit back and wait for notifications about price drops or increases, and then make your purchase at the most opportune time. Some Amz price trackers are free, while others charge a fee. Before choosing a price tracker, consider your budget and the value that the tool will provide you. If you're a frequent Amazon shopper, a price tracker could potentially save you a significant amount of money over time. In conclusion, if you're looking to save money on your Amazon purchases, an Amz price tracker can be a helpful tool to have. Look for a price tracker that is accurate, easy to use, customizable, and provides historical data, and you'll be well on your way to finding the best deals on Amazon. Users can add the reference parameter by clicking on the Add affiliate tag to product and support me button tag button We can be rewarded by amazon if users made a purchase with the tag
Informations de Base sur l'Extension
Nom | AMZ - Amazon Price Tracker |
ID | bahfbepcgbljfmfkojohgkgdhmadmbfl |
URL Officiel | https://chromewebstore.google.com/detail/amz-amazon-price-tracker/bahfbepcgbljfmfkojohgkgdhmadmbfl |
Description | AMZ - Price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops |
Taille du Fichier | 142 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2023-09-07 |
Date de Publication | 2023-04-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Expertive OÜ |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://amazonpricehistory.net |
URL de la Page d'Aide | https://amazonpricehistory.net/support.html |
URL de la Page de Politique de Confidentialité | https://amazonpricehistory.net/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMZ - Amazon Price Tracker", "description": "AMZ - Price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops", "version": "1.0.7", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.sa\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.com.be\/*", "https:\/\/www.amazon.com.tr\/*" ], "js": [ "chart.js", "chartjs-adapter.js", "utils.js" ] } ], "host_permissions": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.sa\/*", "https:\/\/www.amazon.se\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.com.be\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/*.price-tracker.net\/*" ], "permissions": [ "activeTab", "scripting", "declarativeContent", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/amz-16.png", "32": "images\/amz-32.png", "48": "images\/amz-48.png", "128": "images\/amz-128.png" } }, "icons": { "16": "images\/amz-16.png", "32": "images\/amz-32.png", "48": "images\/amz-48.png", "128": "images\/amz-128.png" } } |