PropertyData - Data, Info & Analysis
Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps
PropertyData - Data, Info & Analysis란 무엇입니까?
PropertyData - Data, Info & Analysis은(는) https://propertydata.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps"입니다.
확장 프로그램 스크린샷
PropertyData - Data, Info & Analysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The PropertyData Google Chrome extension shows a sidebar on Rightmove, Zoopla and OnTheMarket listings pages. Data points including £/sqft, yield and growth are shown. Sourcing category information is also shown where applicable, along with quick links to PropertyData's Plot Map, Local Data and Valuation tools. There's no better way to start making data-informed decisions when evaluating potential investment properties. Additionally, this extension adds quick links to PropertyData Plot Map and Local Data tools into Google Maps. Subscription to PropertyData required.
확장 프로그램 기본 정보
이름 | PropertyData - Data, Info & Analysis |
ID | nmgflehpkmokienojjgpbddklnedoonp |
공식 URL | https://chromewebstore.google.com/detail/propertydata-data-info-an/nmgflehpkmokienojjgpbddklnedoonp |
설명 | Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps |
파일 크기 | 47.06 KB |
설치 횟수 | 14,841 |
현재 버전 | 3.5 |
최근 업데이트 | 2024-02-20 |
출시 날짜 | 2020-06-01 |
평점 | 4.12/5 총 17 개의 평점 |
개발자 | https://propertydata.co.uk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://propertydata.co.uk/browser-extension |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PropertyData - Data, Info & Analysis", "version": "3.5", "description": "Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps", "permissions": [ "cookies", "storage" ], "host_permissions": [ "https:\/\/www.rightmove.co.uk\/*", "https:\/\/*.zoopla.co.uk\/*", "https:\/\/www.onthemarket.com\/*", "https:\/\/propertydata.co.uk\/*", "https:\/\/www.google.co.uk\/maps\/*", "https:\/\/www.google.com\/maps\/*" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.rightmove.co.uk\/*property-for-sale\/*", "https:\/\/www.rightmove.co.uk\/properties\/*", "https:\/\/www.zoopla.co.uk\/for-sale\/details\/*", "https:\/\/ww2.zoopla.co.uk\/for-sale\/details\/*", "https:\/\/www.zoopla.co.uk\/to-rent\/details\/*", "https:\/\/ww2.zoopla.co.uk\/to-rent\/details\/*", "https:\/\/www.onthemarket.com\/details\/*", "https:\/\/propertydata.co.uk\/*", "https:\/\/www.google.co.uk\/maps\/*", "https:\/\/www.google.com\/maps\/*" ], "js": [ "jquery-3.5.0.min.js", "script.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "manifest_version": 3 } |