Property Track

Find a fair price for your next home.

Hvad er Property Track?

Property Track er en Chrome-udvidelse udviklet af https://propertytrack.co, og dens hovedfunktion er "Find a fair price for your next home.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Property Track-udvidelses-CRX-fil

Download Property Track-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
Officiel URL https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Beskrivelse Find a fair price for your next home.
Filstørrelse 13.43 KB
Antal Installationer 65
Nuværende Version 1.2
Senest Opdateret 2023-11-24
Udgivelsesdato 2023-11-02
Udvikler https://propertytrack.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://propertytrack.co
Hjælpeside-URL https://propertytrack.co
URL til Fortrolighedspolitik Side https://propertytrack.co/privacy-policy
Understøttede Sprog 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"
    }
}