Rightmove Property Notes

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

Co je Rightmove Property Notes?

Rightmove Property Notes je rozšíření Chrome vyvinuté Meirion Consulting, a jeho hlavní funkcí je „Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rightmove Property Notes

Stáhněte si soubory rozšíření Rightmove Property Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Rightmove Property Notes Rightmove Property Notes
ID ddnkogahnfkgkechllbdfgacnkikddbf
Oficiální URL https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf
Popis Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Velikost souboru 8.89 KB
Počet instalací 169
Aktuální Verze 1.10
Poslední Aktualizace 2024-03-03
Datum Vydání 2023-12-16
Vývojář Meirion Consulting
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491
Podporované Jazyky 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"
            ]
        }
    ]
}