Propmarker Browser Extension

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

Что такое Propmarker Browser Extension?

Propmarker Browser Extension - это расширение Chrome, разработанное [email protected], и его основная функция - "Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Propmarker Browser Extension

Скачайте файлы расширений Propmarker Browser Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Propmarker Browser Extension Propmarker Browser Extension
ID ieenkoibdeakgclkgomdbpeklkhimenk
Официальный URL https://chromewebstore.google.com/detail/propmarker-browser-extens/ieenkoibdeakgclkgomdbpeklkhimenk
Описание Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly.
Размер файла 79.31 KB
Количество установок 67
Текущая Версия 1.0.4
Последнее Обновление 2023-10-10
Дата публикации 2023-08-24
Разработчик [email protected]
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://propmarker.co.uk/
Поддерживаемые языки 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"
            ]
        }
    ]
}