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

Cos'è AMZ - Amazon Price Tracker?

AMZ - Amazon Price Tracker è un'estensione di Chrome sviluppata da Expertive OÜ, e la sua funzione principale è "AMZ - Price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AMZ - Amazon Price Tracker

Scarica i file di estensione AMZ - Amazon Price Tracker 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

                        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                    

Informazioni di Base sull'Estensione

Nome AMZ - Amazon Price Tracker AMZ - Amazon Price Tracker
ID bahfbepcgbljfmfkojohgkgdhmadmbfl
URL Ufficiale https://chromewebstore.google.com/detail/amz-amazon-price-tracker/bahfbepcgbljfmfkojohgkgdhmadmbfl
Descrizione AMZ - Price tracker is a tool that monitors the prices of products on Amazon and notifies you when the price drops
Dimensione del File 142 KB
Conteggio Installazioni 24
Versione Corrente 1.0.7
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2023-04-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Expertive OÜ
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://amazonpricehistory.net
URL della Pagina di Aiuto https://amazonpricehistory.net/support.html
URL della Pagina della Politica sulla Privacy https://amazonpricehistory.net/privacy-policy.html
Lingue Supportate 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"
    }
}