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 - это расширение Chrome, разработанное 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 расширения Amazon Price Alert

Скачайте файлы расширений Amazon Price Alert в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}