Property Track

Find a fair price for your next home.

Was ist Property Track?

Property Track ist eine Chrome-Erweiterung, die von https://propertytrack.co entwickelt wurde, und ihr Hauptmerkmal ist "Find a fair price for your next home.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Property Track-Erweiterungs-CRX-Datei herunterladen

Laden Sie Property Track-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
Offizielle URL https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Beschreibung Find a fair price for your next home.
Dateigröße 13.43 KB
Installationsanzahl 65
Aktuelle Version 1.2
Letztes Update 2023-11-24
Veröffentlichungsdatum 2023-11-02
Entwickler https://propertytrack.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://propertytrack.co
Hilfeseite URL https://propertytrack.co
URL der Datenschutzrichtlinien-Seite https://propertytrack.co/privacy-policy
Unterstützte Sprachen 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"
    }
}