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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}