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.”。
扩展截图
下载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 |
ID | bbelnkkplgkbgmfhdnihhdnfimlpjcic |
官方URL | 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" ] } |