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
电子邮箱 [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"
    }
}