Property Log

View price changes on properties listed on Rightmove.

¿Qué es Property Log?

Property Log es una extensión de Chrome desarrollada por propertylogdotnet, y su función principal es "View price changes on properties listed on Rightmove.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Property Log

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

                        By using the Property Log Google Chrome Extension you're able to see a list of historic price changes for properties listed on the Rightmove website. Thousands of properties are reduced in price every single day on Rightmove, we track these changes so other users can see the historical prices.

Use the extension to your advantage when buying or selling a property. Historic price change information can show the current state of the housing market in the property's area and can be used to your benefit when putting in an offer.

Please note: Heavy users of the extension will be asked to subscribe to the service after 6 weeks of use. We have a very generous free usage allowance meaning that for the majority of users the service is free. If the system identifies you as a heavy user then the subscription is just £2.99 a month and you can cancel at anytime.                    

Información Básica de la Extensión

Nombre Property Log Property Log
ID jccihedpilhidcbkconacnalppdeecno
URL Oficial https://chromewebstore.google.com/detail/property-log/jccihedpilhidcbkconacnalppdeecno
Descripción View price changes on properties listed on Rightmove.
Tamaño del Archivo 52.86 KB
Cantidad de Instalaciones 90,236
Versión Actual 1.6.4
Última Actualización 2024-01-26
Fecha de Publicación 2019-08-18
Calificación 3.55/5 Total de 109 Calificaciones
Desarrollador propertylogdotnet
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.propertylog.net
URL de la Página de Política de Privacidad https://www.propertylog.net/privacy-extension
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Log",
    "version": "1.6.4",
    "manifest_version": 3,
    "action": {
        "default_title": "Property Log",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*"
            ],
            "css": [
                "propertylog.css"
            ],
            "js": [
                "propertylog.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "View price changes on properties listed on Rightmove.",
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*"
            ],
            "resources": [
                "*.gif",
                "*.svg"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}