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ファイルをダウンロード
PropertyData - Data, Info & Analysis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |