Rightmove Property Notes

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

O que é Rightmove Property Notes?

Rightmove Property Notes é uma extensão do Chrome desenvolvida por Meirion Consulting, e sua principal característica é "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rightmove Property Notes

Baixe arquivos de extensão Rightmove Property Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rightmove Property Notes Rightmove Property Notes
ID ddnkogahnfkgkechllbdfgacnkikddbf
URL Oficial https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf
Descrição Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Tamanho do Arquivo 8.89 KB
Contagem de Instalações 169
Versão Atual 1.10
Última Atualização 2024-03-03
Data de Publicação 2023-12-16
Desenvolvedor Meirion Consulting
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491
Idiomas Suportados 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"
            ]
        }
    ]
}