Property Track

Find a fair price for your next home.

O que é Property Track?

Property Track é uma extensão do Chrome desenvolvida por https://propertytrack.co, e sua principal característica é "Find a fair price for your next home.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Property Track

Baixe arquivos de extensão Property Track 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

                        Each day, numerous properties undergo price changes on Rightmove and Property Track allows you to see these price changes on listings over time.

By using this extension, you will gain valuable insights into the current housing market conditions in a property's vicinity. This information can be a valuable asset when making informed decisions, especially when it comes to submitting offers or considering your property's selling strategy.                    

Informações Básicas da Extensão

Nome Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
URL Oficial https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Descrição Find a fair price for your next home.
Tamanho do Arquivo 13.43 KB
Contagem de Instalações 65
Versão Atual 1.2
Última Atualização 2023-11-24
Data de Publicação 2023-11-02
Desenvolvedor https://propertytrack.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://propertytrack.co
URL da Página de Ajuda https://propertytrack.co
URL da Página de Política de Privacidade https://propertytrack.co/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Track",
    "description": "Find a fair price for your next home.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.rightmove.co.uk\/*"
            ]
        }
    ],
    "action": [],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}