Rightmove Property Notes

Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…

ما هو Rightmove Property Notes؟

Rightmove Property Notes هو إضافة Chrome تم تطويرها بواسطة Meirion Consulting، والميزة الرئيسية لها هي "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rightmove Property Notes

قم بتنزيل ملفات الامتداد Rightmove Property Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Annotates properties on Rightmove with information gleaned from other property data, such as:

- Price drops on this property
- Comparable property asking prices, in nominal and real terms
- Comparable sold prices on similar properties
- Expected marketing price
- Price/square foot                    

معلومات أساسية عن التمديد

الاسم Rightmove Property Notes Rightmove Property Notes
ID ddnkogahnfkgkechllbdfgacnkikddbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf
الوصف Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
حجم الملف 8.89 KB
عدد التثبيتات 169
النسخة الحالية 1.10
آخر تحديث 2024-03-03
تاريخ النشر 2023-12-16
المطور Meirion Consulting
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rightmove Property Notes",
    "version": "1.10",
    "permissions": [],
    "action": {
        "default_popup": "popup.html"
    },
    "background": [],
    "content_scripts": [
        {
            "js": [
                "scripts\/contents.js"
            ],
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*"
            ],
            "css": [
                "css\/rightmove-property-london-notes.css"
            ]
        }
    ]
}