Advanced Property Insights

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

什麼是Advanced Property Insights?

Advanced Property Insights是由https://www.propertyinvestmentsuk.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.”。

擴展截圖

screenshot

下載Advanced Property Insights擴展crx文件

下載Advanced Property Insights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Advanced Property Insights Advanced Property Insights
ID bbelnkkplgkbgmfhdnihhdnfimlpjcic
官方網址 https://chromewebstore.google.com/detail/advanced-property-insight/bbelnkkplgkbgmfhdnihhdnfimlpjcic
簡介 Unlock Postcode Data for Properties on Rightmove, Zoopla and On The Market.
檔案大小 379 KB
安裝次數 2,222
目前版本 1.0.1
更新時間 2019-11-04
上架時間 2019-11-04
評分 2.93/5 共 14 次評分
開發者 https://www.propertyinvestmentsuk.co.uk
付費類型 free
擴展官網 https://www.propertyinvestmentsuk.co.uk/advanced-property-insights-tool/
隱私政策頁面URL https://www.propertyinvestmentsuk.co.uk/privacy-policy
支援的語言 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"
    ]
}