Rightmove Property Notes

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

Co to jest Rightmove Property Notes?

Rightmove Property Notes to rozszerzenie Chrome opracowane przez Meirion Consulting, a jego główną funkcją jest „Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rightmove Property Notes

Pobierz pliki rozszerzeń Rightmove Property Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Rightmove Property Notes Rightmove Property Notes
ID ddnkogahnfkgkechllbdfgacnkikddbf
Oficjalny URL https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf
Opis Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Rozmiar pliku 8.89 KB
Liczba instalacji 169
Aktualna Wersja 1.10
Ostatnia Aktualizacja 2024-03-03
Data Publikacji 2023-12-16
Deweloper Meirion Consulting
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491
Obsługiwane Języki 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"
            ]
        }
    ]
}