Property Market Intel: Property Insights

Intelligent property investment tool which adds unique insights to listings on Rightmove, Zoopla & OnTheMarket

¿Qué es Property Market Intel: Property Insights?

Property Market Intel: Property Insights es una extensión de Chrome desarrollada por https://propertymarketintel.com, y su función principal es "Intelligent property investment tool which adds unique insights to listings on Rightmove, Zoopla & OnTheMarket".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Property Market Intel: Property Insights

Descarga archivos de extensión Property Market Intel: Property Insights en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Boost property listing pages on all major UK property listing websites with our completely free no sign-up necessary chrome extension. We have the most advanced free to use property extension in the UK and helped 1000s of investors find the perfect investment property. 

Our extension gives you key information and is focused on investment statistics. 

- Accurate £/sqft data
- Number of days on market
- Average rent in the area for properties with the same number of bedrooms
- Average Asking prices for properties with the same number of bedrooms
- Estimated annual yield for the property based on local comparables
- Number of recent planning applications in the local area
- Stamp Duty calculations
- Historical chart of asking prices for properties with the same number of bedrooms
- Historical chart of rental prices for properties with the same number of bedrooms
- HMO Data
- Airbnb Data (12m ADR, 12m occupancy and local comps)

This extension is perfect for anyone who invests or is looking to invest in the property market in the UK. The extension can also be useful for those looking to purchase a personal home. 

All data is taken from our premium investment platform www.propertmarketintel.com.                    

Información Básica de la Extensión

Nombre Property Market Intel: Property Insights Property Market Intel: Property Insights
ID cmklmojmchidhojghoahnmccaofkhcbh
URL Oficial https://chromewebstore.google.com/detail/property-market-intel-pro/cmklmojmchidhojghoahnmccaofkhcbh
Descripción Intelligent property investment tool which adds unique insights to listings on Rightmove, Zoopla & OnTheMarket
Tamaño del Archivo 108 KB
Cantidad de Instalaciones 2,003
Versión Actual 1.0.4
Última Actualización 2024-02-21
Fecha de Publicación 2021-12-07
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador https://propertymarketintel.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.propertymarketintel.com/
URL de la Página de Ayuda https://www.propertymarketintel.com/contact
URL de la Página de Política de Privacidad https://cdn.octoproperty.com/terms/octo-terms-and-conditions.pdf
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Market Intel: Property Insights",
    "version": "1.0.4",
    "description": "Intelligent property investment tool which adds unique insights to listings on Rightmove, Zoopla & OnTheMarket",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.rightmove.co.uk\/*",
        "https:\/\/*.zoopla.co.uk\/*",
        "https:\/\/www.onthemarket.com\/*",
        "https:\/\/*.propertymarketintel.co.uk\/*",
        "https:\/\/*.propertymarketintel.com\/*",
        "https:\/\/*.octoproperty.co.uk\/*",
        "https:\/\/*.octoproperty.com\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "PMI16.png",
        "48": "PMI48.png",
        "128": "PMI128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*property-for-sale\/*",
                "https:\/\/www.rightmove.co.uk\/*property-for-rent\/*",
                "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:\/\/www.onthemarket.com\/details\/*",
                "https:\/\/*.propertymarketintel.co.uk\/*",
                "https:\/\/*.propertymarketintel.com\/*",
                "https:\/\/*.octoproperty.co.uk\/*",
                "https:\/\/*.octoproperty.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "jquery-3.5.0.min.js",
                "octoscript.js"
            ]
        }
    ],
    "manifest_version": 3
}