Property Track

Find a fair price for your next home.

Cos'è Property Track?

Property Track è un'estensione di Chrome sviluppata da https://propertytrack.co, e la sua funzione principale è "Find a fair price for your next home.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Property Track

Scarica i file di estensione Property Track in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
URL Ufficiale https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Descrizione Find a fair price for your next home.
Dimensione del File 13.43 KB
Conteggio Installazioni 65
Versione Corrente 1.2
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2023-11-02
Sviluppatore https://propertytrack.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://propertytrack.co
URL della Pagina di Aiuto https://propertytrack.co
URL della Pagina della Politica sulla Privacy https://propertytrack.co/privacy-policy
Lingue Supportate 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"
    }
}