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 - это расширение Chrome, разработанное http://smartpricemonitor.com, и его основная функция - "Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Smart Price Monitor

Скачайте файлы расширений 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'"
}