Propmarker Browser Extension

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

Propmarker Browser Extension란 무엇입니까?

Propmarker Browser Extension은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elevate your property search with PropMarker's browser extension. Discover hot deals and insights effortlessly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Propmarker Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}