Amazon Price Alert

Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…

Cos'è Amazon Price Alert?

Amazon Price Alert è un'estensione di Chrome sviluppata da Rahul Baruri, e la sua funzione principale è "Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Amazon Price Alert

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

                        Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This extension helps you with amazing features to notify whenever any price get reduced compared to your targeted amount. You can also see the updated prices of all the products which you added in your product alert list.

 Main features:

 ✅  Add any amazon product in the Price alert list
 ✅  Set your budget price and get notified
 ✅  Browser Push notification once price get reduce
 ✅  See the detail statistics and price history


An important note regarding Language:
================================
If the price is in Arabic language or not in English then please choose English as the default language from the menu in the Amazon website you are visiting.

Here are some of the amazon websites where English language need to be selected.
1. amazon.sa
2. amazon.eg


#amazon #price #priceAlert #priceTrack #productAlert #PriceTracking #priceDrop #priceComparison                    

Informazioni di Base sull'Estensione

Nome Amazon Price Alert Amazon Price Alert
ID nlmoemlbohbcjdobfebkmjpkkdbgnbki
URL Ufficiale https://chromewebstore.google.com/detail/amazon-price-alert/nlmoemlbohbcjdobfebkmjpkkdbgnbki
Descrizione Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…
Dimensione del File 373 KB
Conteggio Installazioni 4,078
Versione Corrente 1.0.7
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2020-06-11
Valutazione 3.82/5 Totale 17 Valutazioni
Sviluppatore Rahul Baruri
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rbrahul.github.io/amazon-price-alert-extension/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Price Alert",
    "short_name": "Amazon Price Alert",
    "offline_enabled": false,
    "version": "1.0.7",
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "notifications",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com.tr\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.eg\/*",
        "https:\/\/www.amazon.pl\/*",
        "https:\/\/www.amazon.sa\/*",
        "https:\/\/www.amazon.se\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/injectable.css",
                "\/images\/icons\/money.png",
                "\/images\/icons\/delete.png",
                "\/images\/icons\/chart.png",
                "\/images\/icons\/add-alert.png",
                "\/images\/icons\/close.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}