Property Track

Find a fair price for your next home.

Property Trackとは何ですか?

Property Trackはhttps://propertytrack.coによって開発されたChromeの拡張機能で、その主な機能は「Find a fair price for your next home.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Property Track拡張機能のCRXファイルをダウンロード

Property Track拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Each day, numerous properties undergo price changes on Rightmove and Property Track allows you to see these price changes on listings over time.

By using this extension, you will gain valuable insights into the current housing market conditions in a property's vicinity. This information can be a valuable asset when making informed decisions, especially when it comes to submitting offers or considering your property's selling strategy.                    

拡張機能の基本情報

名前 Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
公式URL https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
説明 Find a fair price for your next home.
ファイルサイズ 13.43 KB
インストール数 65
現在のバージョン 1.2
最終更新日 2023-11-24
公開日 2023-11-02
開発者 https://propertytrack.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://propertytrack.co
ヘルプページのURL https://propertytrack.co
プライバシーポリシーページのURL https://propertytrack.co/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Track",
    "description": "Find a fair price for your next home.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*"
            ]
        }
    ],
    "action": [],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}