Povishaly
Shows price history on the real estate site https://r.onliner.by/
Что такое Povishaly?
Povishaly - это расширение Chrome, разработанное Vasiliy Ermolovich, и его основная функция - "Shows price history on the real estate site https://r.onliner.by/".
Снимки экрана расширения
Скачать файл CRX расширения Povishaly
Скачайте файлы расширений Povishaly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        This extension adds additional block of information on price history of every apartment on the real estate site https://r.onliner.by/. Using this extension users can see how prices change and decide when the best time to buy real estate. This extension doesn't store or access any user information.                     Основная информация о расширении
| Название |   |  
| ID | ebgnjogdmhjgabeifcifegoafpjobjjc | 
| Официальный URL | https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc | 
| Описание | Shows price history on the real estate site https://r.onliner.by/ | 
| Размер файла | 41.54 KB | 
| Количество установок | 410 | 
| Текущая Версия | 0.3.0 | 
| Последнее Обновление | 2020-06-18 | 
| Дата публикации | 2020-06-18 | 
| Рейтинг | 4.20/5 Всего 10 оценок | 
| Разработчик | Vasiliy Ermolovich | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| URL страницы помощи | https://github.com/nashby/povishaly-extension | 
| Поддерживаемые языки | ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Povishaly",
    "version": "0.3.0",
    "description": "Shows price history on the real estate site https:\/\/r.onliner.by\/",
    "permissions": [
        "https:\/\/povishaly.space"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/r.onliner.by\/pk\/apartments\/*",
                "https:\/\/r.onliner.by\/ak\/apartments\/*"
            ]
        }
    ]
}  |  |