Povishaly

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

Co to jest Povishaly?

Povishaly to rozszerzenie Chrome opracowane przez Vasiliy Ermolovich, a jego główną funkcją jest „Shows price history on the real estate site https://r.onliner.by/”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Povishaly

Pobierz pliki rozszerzeń Povishaly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Povishaly Povishaly
ID ebgnjogdmhjgabeifcifegoafpjobjjc
Oficjalny URL https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc
Opis Shows price history on the real estate site https://r.onliner.by/
Rozmiar pliku 41.54 KB
Liczba instalacji 410
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2020-06-18
Data Publikacji 2020-06-18
Ocena 4.20/5 Łącznie 10 Oceny
Deweloper Vasiliy Ermolovich
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/nashby/povishaly-extension
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}