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
官方網址 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
電子郵箱 [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"
    }
}