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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://propertytrack.co
عنوان صفحة سياسة الخصوصية 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"
    }
}