Advanced Property Insights

Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.

¿Qué es Advanced Property Insights?

Advanced Property Insights es una extensión de Chrome desarrollada por https://www.propertyinvestmentsuk.co.uk, y su función principal es "Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Advanced Property Insights

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

                        An extension sponsored by Property Investments UK that provides a new, data-rich way to assist your search for - and shortlisting of - potential investment properties on Rightmove and other major UK property search portals. 

Advanced Property Insights is a free toolbar for Chrome. On installing it, when you view a property listing, the tool will give you data on that postcode district that would otherwise be time-consuming to calculate, such as...

--> Average rental yield.
--> Last five years of area capital growth.
--> The average number of days it takes to sell in this area
--> Buyer demand in the area.

Buy your next property with confidence 

Get quick and easy investor-focused information on any property, listed on a portal of your choice and make informed, faster decisions about the property opportunities you choose to focus on. 

Information is displayed directly on the listing you are looking at, whether you are searching on Rightmove, Zoopla or On The Market.

The data shown are sourced from reputable sources, including banks, the Land Registry and other, UK, government departments drawn together by a 3rd party data provider.

Project background

As a property investment company, we were spending too much time shortlisting properties for our own projects because we weren’t getting enough information about the properties we were looking at, at the source. 

So, we decided to sponsor the creation of this tool, so we could use it ourselves, freeing up time, for more important activities. It has been designed to give a user quick access to the numbers that matter.

Because we also believe, as Todd Stocker says, that helping others is the secret sauce to a happy life, we wanted to share what we’d made with the property investment community. 

All feedback is welcome. You can get in touch with us at https://www.propertyinvestmentsuk.co.uk/contact/.

Don’t be a stranger

If you find this tool useful and are kind-heartedly inclined, then please, please, please leave this tool a review or rating, here, on the Chrome Store. People saying nice things about this tool helps other property buyers find it and gives us a warm, fuzzy feeling when we see someone, out-there, appreciating it. 

For more information see: https://www.propertyinvestmentsuk.co.uk/toolbar/

Please note that by clicking "Install", you agree to Property Investments UK’s Privacy Policy and Terms of Use.

https://www.propertyinvestmentsuk.co.uk/privacy-policy/
https://www.propertyinvestmentsuk.co.uk/terms-and-conditions/                    

Información Básica de la Extensión

Nombre Advanced Property Insights Advanced Property Insights
ID bbelnkkplgkbgmfhdnihhdnfimlpjcic
URL Oficial https://chromewebstore.google.com/detail/advanced-property-insight/bbelnkkplgkbgmfhdnihhdnfimlpjcic
Descripción Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.
Tamaño del Archivo 379 KB
Cantidad de Instalaciones 2,222
Versión Actual 1.0.1
Última Actualización 2019-11-04
Fecha de Publicación 2019-11-04
Calificación 2.93/5 Total de 14 Calificaciones
Desarrollador https://www.propertyinvestmentsuk.co.uk
Tipo de Pago free
Sitio Web de la Extensión https://www.propertyinvestmentsuk.co.uk/advanced-property-insights-tool/
URL de la Página de Política de Privacidad https://www.propertyinvestmentsuk.co.uk/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "__MSG_extAuthor__",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [],
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*property-for-sale\/property*",
                "https:\/\/www.rightmove.co.uk\/*new-homes-for-sale\/property*",
                "https:\/\/www.zoopla.co.uk\/for-sale\/details\/*",
                "https:\/\/www.zoopla.co.uk\/new-homes\/details\/*",
                "https:\/\/www.onthemarket.com\/details\/*"
            ],
            "all_frames": false
        }
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}