Rightmove Property Notes

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

Was ist Rightmove Property Notes?

Rightmove Property Notes ist eine Chrome-Erweiterung, die von Meirion Consulting entwickelt wurde, und ihr Hauptmerkmal ist "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".

Erweiterungsscreenshots

screenshot

Rightmove Property Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rightmove Property Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Rightmove Property Notes Rightmove Property Notes
ID ddnkogahnfkgkechllbdfgacnkikddbf
Offizielle URL https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf
Beschreibung Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Dateigröße 8.89 KB
Installationsanzahl 169
Aktuelle Version 1.10
Letztes Update 2024-03-03
Veröffentlichungsdatum 2023-12-16
Entwickler Meirion Consulting
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491
Unterstützte Sprachen 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"
            ]
        }
    ]
}