Povishaly

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

¿Qué es Povishaly?

Povishaly es una extensión de Chrome desarrollada por Vasiliy Ermolovich, y su función principal es "Shows price history on the real estate site https://r.onliner.by/".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Povishaly

Descarga archivos de extensión Povishaly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Povishaly Povishaly
ID ebgnjogdmhjgabeifcifegoafpjobjjc
URL Oficial https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc
Descripción Shows price history on the real estate site https://r.onliner.by/
Tamaño del Archivo 41.54 KB
Cantidad de Instalaciones 410
Versión Actual 0.3.0
Última Actualización 2020-06-18
Fecha de Publicación 2020-06-18
Calificación 4.20/5 Total de 10 Calificaciones
Desarrollador Vasiliy Ermolovich
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/nashby/povishaly-extension
Idiomas Soportados 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\/*"
            ]
        }
    ]
}