Propmarker Browser Extension

Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.

O que é Propmarker Browser Extension?

Propmarker Browser Extension é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Propmarker Browser Extension

Baixe arquivos de extensão Propmarker Browser Extension 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

                        Overview
Gain complete visibility into properties as you browse property portals, unlocking valuable insights effortlessly. Discover exclusive deals and invaluable insights effortlessly. 

With PropMarker Browser Extension, you can instantly see:

✅ ROI
✅ Yield
✅ Sold On Street
✅ Planning Data
✅ Market Analysis
✅ Property Comparables
✅ Average Sale Price in the Area
✅ Average Rental in the Area
✅ Crime Rates

Introduction:
PropMarker's Browser Extension is your one-click solution to reveal valuable property data effortlessly. Dive into property deals, access historical data, grasp local trends, and make well-informed decisions with ease. 
Seamlessly integrates with Rightmove and Zoopla for complete property insights.

Key Features:
 ➡️ See Beyond the Surface:  Instantly unveil deeper insights and untold stories behind each property.
 ➡️ Everything at a Glance:  Dive into historical data, local trends, demographics, and more without leaving the property portal.
 ➡️ Decision-making Simplified:  ROI, Yield, Crime Rates — Key stats on hand for smarter, faster decisions.
 ➡️ Property's Full Story:  Carbon Footprint, Planning Data, and Property Highlights. Get the complete narrative in a click.
 ➡️ Extras That Matter:  Delve into property key tags, market analysis, sold-in-street details, and more for an unparalleled property overview.
 ➡️ Tailored for Modern Seekers:  A seamless, Insightful, and Indispensable browser tool that redefines property browsing.
 ➡️ Enhanced Property Insights:  Unlock a comprehensive view of property information beyond standard portal details.
 ➡️ Complete Visibility:  Gain unprecedented insight into properties for well-informed decisions.
 ➡️ In-Depth Analytics:  Access neighborhood statistics, pricing trends, and property comparisons.
 ➡️ Explore Beyond:  Dig deeper into properties with insights that go beyond the ordinary.                    

Informações Básicas da Extensão

Nome Propmarker Browser Extension Propmarker Browser Extension
ID ieenkoibdeakgclkgomdbpeklkhimenk
URL Oficial https://chromewebstore.google.com/detail/propmarker-browser-extens/ieenkoibdeakgclkgomdbpeklkhimenk
Descrição Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.
Tamanho do Arquivo 79.31 KB
Contagem de Instalações 67
Versão Atual 1.0.4
Última Atualização 2023-10-10
Data de Publicação 2023-08-24
Desenvolvedor [email protected]
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://propmarker.co.uk/
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Propmarker Browser Extension",
    "description": "Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_title": "PropMarker",
        "default_icon": {
            "16": "logo16.png",
            "24": "logo24.png",
            "32": "logo32.png"
        }
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mainLogo.svg",
                "avg_price.svg",
                "Percentage_Annua_Change.svg",
                "area_price_sqft.svg",
                "downArrow.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "propLogo.png",
                "bull.svg",
                "tick.png",
                "greenTick.png",
                "upArrow.png",
                "content.css",
                "loaderLogo.svg",
                "butLoader.svg",
                "expand.svg",
                "collapse.svg",
                "noData.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.rightmove.co.uk\/*",
        "https:\/\/www.zoopla.co.uk\/*",
        "https:\/\/propmarker.co.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zoopla.co.uk\/*\/details\/*",
                "https:\/\/www.rightmove.co.uk\/properties\/*",
                "https:\/\/propmarker.co.uk\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}