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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}