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…

Wat is Amazon Price Alert?

Amazon Price Alert is een Chrome-extensie ontwikkeld door Rahul Baruri, en de belangrijkste functie is "Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Price Alert

Download Amazon Price Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Amazon Price Alert Amazon Price Alert
ID nlmoemlbohbcjdobfebkmjpkkdbgnbki
Officiële URL https://chromewebstore.google.com/detail/amazon-price-alert/nlmoemlbohbcjdobfebkmjpkkdbgnbki
Beschrijving Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…
Bestandsgrootte 373 KB
Aantal Installaties 4,078
Huidige Versie 1.0.7
Laatst Bijgewerkt 2024-01-30
Publicatiedatum 2020-06-11
Beoordeling 3.82/5 Totaal 17 Beoordelingen
Ontwikkelaar Rahul Baruri
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rbrahul.github.io/amazon-price-alert-extension/
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}