Povishaly

Shows price history on the real estate site https://r.onliner.by/

What is Povishaly?

Povishaly is a Chrome extension developed by Vasiliy Ermolovich, and its main feature is "Shows price history on the real estate site https://r.onliner.by/".

Extension Screenshots

screenshot

Download Povishaly Extension CRX File

Download Povishaly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Povishaly Povishaly
ID ebgnjogdmhjgabeifcifegoafpjobjjc
Official URL https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc
Description Shows price history on the real estate site https://r.onliner.by/
File Size 41.54 KB
Installation Count 410
Current Version 0.3.0
Last Updated 2020-06-18
Publish Date 2020-06-18
Rating 4.20/5 Total 10 Ratings
Developer Vasiliy Ermolovich
Email [email protected]
Payment Type free
Help Page URL https://github.com/nashby/povishaly-extension
Supported Languages 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\/*"
            ]
        }
    ]
}