Property Track

Find a fair price for your next home.

Property Trackคืออะไร?

Property Track เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://propertytrack.co และคุณลักษณะหลักของมันคือ "Find a fair price for your next home."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Property Track

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}