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…

Amazon Price Alert क्या है?

Amazon Price Alert Rahul Baruri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Price Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Price Alert Amazon Price Alert
ID nlmoemlbohbcjdobfebkmjpkkdbgnbki
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-price-alert/nlmoemlbohbcjdobfebkmjpkkdbgnbki
विवरण Get notified once the price has drop of your selected products in Amazon online shop. Tracking price in Amazon is tricky. This…
फ़ाइल का आकार 373 KB
स्थापना संख्या 4,078
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2020-06-11
रेटिंग 3.82/5 कुल 17 रेटिंग्स
डेवलपर Rahul Baruri
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rbrahul.github.io/amazon-price-alert-extension/
समर्थित भाषाएँ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}