Property Track

Find a fair price for your next home.

Wat is Property Track?

Property Track is een Chrome-extensie ontwikkeld door https://propertytrack.co, en de belangrijkste functie is "Find a fair price for your next home.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Property Track

Download Property Track-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
Officiële URL https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Beschrijving Find a fair price for your next home.
Bestandsgrootte 13.43 KB
Aantal Installaties 65
Huidige Versie 1.2
Laatst Bijgewerkt 2023-11-24
Publicatiedatum 2023-11-02
Ontwikkelaar https://propertytrack.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://propertytrack.co
Help Pagina-URL https://propertytrack.co
URL van de Privacybeleid Pagina https://propertytrack.co/privacy-policy
Ondersteunde Talen 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"
    }
}