Smart Price Monitor

Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.

Smart Price Monitorとは何ですか?

Smart Price Monitorはhttp://smartpricemonitor.comによって開発されたChromeの拡張機能で、その主な機能は「Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.」です。

拡張機能のスクリーンショット

screenshot

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

Smart Price Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Thanks for 8000+ users!

Monitor the price from any website.

1) Browse to find the product you want to monitor

2) Open the extension and click on "monitor Price"

3) Select the price from the screen

And you are done!

It works with all the major website like Amazon, eBay, Booking.com etc... 

Try and let me know if you have any suggestion.

Soon it will be available an IOs and Android app to extend the functionality of this application.                    

拡張機能の基本情報

名前 Smart Price Monitor Smart Price Monitor
ID epedkmejmajcbhpkhpmiickopfimjani
公式URL https://chrome.google.com/webstore/detail/smart-price-monitor/epedkmejmajcbhpkhpmiickopfimjani
説明 Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.
ファイルサイズ 338 KB
インストール数 10,974
現在のバージョン 1.0.51
最終更新日 2020-01-27
公開日 2020-01-26
評価 4.43/5 合計 131 レビュー
開発者 http://smartpricemonitor.com
拡張機能のウェブサイト http://www.smartpricemonitor.com
対応言語 de,en,fr,tr,es,it,pt-BR,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.51",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/extension_icon.png",
        "48": "img\/extension_icon.png",
        "32": "img\/extension_icon.png",
        "16": "img\/browser_icon.png"
    },
    "background": {
        "persistent": true,
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "browser_action": {
        "default_icon": "img\/browser_icon.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.htm"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "chrome:\/\/favicon\/",
        "unlimitedStorage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/ssl.google-analytics.com; object-src 'self'"
}