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によって開発されたChromeの拡張機能で、その主な機能は「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

Amazon Price Alert拡張機能のCRXファイルをダウンロード

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