Povishaly

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

Cos'è Povishaly?

Povishaly è un'estensione di Chrome sviluppata da Vasiliy Ermolovich, e la sua funzione principale è "Shows price history on the real estate site https://r.onliner.by/".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Povishaly

Scarica i file di estensione Povishaly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Povishaly Povishaly
ID ebgnjogdmhjgabeifcifegoafpjobjjc
URL Ufficiale https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc
Descrizione Shows price history on the real estate site https://r.onliner.by/
Dimensione del File 41.54 KB
Conteggio Installazioni 410
Versione Corrente 0.3.0
Ultimo Aggiornamento 2020-06-18
Data di Pubblicazione 2020-06-18
Valutazione 4.20/5 Totale 10 Valutazioni
Sviluppatore Vasiliy Ermolovich
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/nashby/povishaly-extension
Lingue Supportate 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\/*"
            ]
        }
    ]
}