PropertyData - Data, Info & Analysis

Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps

O que é PropertyData - Data, Info & Analysis?

PropertyData - Data, Info & Analysis é uma extensão do Chrome desenvolvida por https://propertydata.co.uk, e sua principal característica é "Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PropertyData - Data, Info & Analysis

Baixe arquivos de extensão PropertyData - Data, Info & Analysis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PropertyData - Data, Info & Analysis PropertyData - Data, Info & Analysis
ID nmgflehpkmokienojjgpbddklnedoonp
URL Oficial https://chromewebstore.google.com/detail/propertydata-data-info-an/nmgflehpkmokienojjgpbddklnedoonp
Descrição Adds property market data to Rightmove, Zoopla & OnTheMarket for sale listings, adds quick links to Google Maps
Tamanho do Arquivo 47.06 KB
Contagem de Instalações 14,841
Versão Atual 3.5
Última Atualização 2024-02-20
Data de Publicação 2020-06-01
Classificação 4.12/5 Total de 17 Avaliações
Desenvolvedor https://propertydata.co.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://propertydata.co.uk/browser-extension
Idiomas Suportados 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
}