Rightmove Property Notes

Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…

¿Qué es Rightmove Property Notes?

Rightmove Property Notes es una extensión de Chrome desarrollada por Meirion Consulting, y su función principal es "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Rightmove Property Notes

Descarga archivos de extensión Rightmove Property Notes 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

                        Annotates properties on Rightmove with information gleaned from other property data, such as:

- Price drops on this property
- Comparable property asking prices, in nominal and real terms
- Comparable sold prices on similar properties
- Expected marketing price
- Price/square foot                    

Información Básica de la Extensión

Nombre Rightmove Property Notes Rightmove Property Notes
ID ddnkogahnfkgkechllbdfgacnkikddbf
URL Oficial https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf
Descripción Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Tamaño del Archivo 8.89 KB
Cantidad de Instalaciones 169
Versión Actual 1.10
Última Actualización 2024-03-03
Fecha de Publicación 2023-12-16
Desarrollador Meirion Consulting
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rightmove Property Notes",
    "version": "1.10",
    "permissions": [],
    "action": {
        "default_popup": "popup.html"
    },
    "background": [],
    "content_scripts": [
        {
            "js": [
                "scripts\/contents.js"
            ],
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*"
            ],
            "css": [
                "css\/rightmove-property-london-notes.css"
            ]
        }
    ]
}