Advanced Property Insights

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

What is Advanced Property Insights?

Advanced Property Insights is a Chrome extension developed by https://www.propertyinvestmentsuk.co.uk, and its main feature is "Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.".

Extension Screenshots

screenshot

Download Advanced Property Insights Extension CRX File

Download Advanced Property Insights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Advanced Property Insights Advanced Property Insights
ID bbelnkkplgkbgmfhdnihhdnfimlpjcic
Official URL https://chromewebstore.google.com/detail/advanced-property-insight/bbelnkkplgkbgmfhdnihhdnfimlpjcic
Description Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.
File Size 379 KB
Installation Count 2,222
Current Version 1.0.1
Last Updated 2019-11-04
Publish Date 2019-11-04
Rating 2.93/5 Total 14 Ratings
Developer https://www.propertyinvestmentsuk.co.uk
Payment Type free
Extension Website https://www.propertyinvestmentsuk.co.uk/advanced-property-insights-tool/
Privacy Policy Page URL https://www.propertyinvestmentsuk.co.uk/privacy-policy
Supported Languages 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"
    ]
}