Property Track

Find a fair price for your next home.

Property Track là gì?

Property Track là một tiện ích mở rộng Chrome được phát triển bởi https://propertytrack.co, và tính năng chính của nó là "Find a fair price for your next home.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Property Track

Tải xuống các tệp mở rộng Property Track dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
URL Chính Thức https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Mô tả Find a fair price for your next home.
Kích Thước Tệp 13.43 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2023-11-02
Nhà Phát Triển https://propertytrack.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://propertytrack.co
URL Trang Trợ Giúp https://propertytrack.co
URL Trang Chính Sách Bảo Mật https://propertytrack.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}