Property Track

Find a fair price for your next home.

Co to jest Property Track?

Property Track to rozszerzenie Chrome opracowane przez https://propertytrack.co, a jego główną funkcją jest „Find a fair price for your next home.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Property Track

Pobierz pliki rozszerzeń Property Track w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Property Track Property Track
ID ahknifalnhmbanoclebllcolcdomfdop
Oficjalny URL https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop
Opis Find a fair price for your next home.
Rozmiar pliku 13.43 KB
Liczba instalacji 65
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-11-24
Data Publikacji 2023-11-02
Deweloper https://propertytrack.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://propertytrack.co
Adres URL Strony Pomocy https://propertytrack.co
Adres URL Strony Polityki Prywatności https://propertytrack.co/privacy-policy
Obsługiwane Języki 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"
    }
}