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ファイルをダウンロード

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]
Eメール [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"
            ]
        }
    ]
}