Propmarker Browser Extension

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

What is Propmarker Browser Extension?

Propmarker Browser Extension is a Chrome extension developed by [email protected], and its main feature is "Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Propmarker Browser Extension Extension CRX File

Download Propmarker Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Propmarker Browser Extension Propmarker Browser Extension
ID ieenkoibdeakgclkgomdbpeklkhimenk
Official URL https://chromewebstore.google.com/detail/propmarker-browser-extens/ieenkoibdeakgclkgomdbpeklkhimenk
Description Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.
File Size 79.31 KB
Installation Count 67
Current Version 1.0.4
Last Updated 2023-10-10
Publish Date 2023-08-24
Developer [email protected]
Email [email protected]
Payment Type free
Extension Website https://propmarker.co.uk/
Supported Languages 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"
            ]
        }
    ]
}