Brokalys: ss.lv historical prices

Extends the ss.lv interface with historical price data for property classifieds.

Was ist Brokalys: ss.lv historical prices?

Brokalys: ss.lv historical prices ist eine Chrome-Erweiterung, die von https://brokalys.com entwickelt wurde, und ihr Hauptmerkmal ist "Extends the ss.lv interface with historical price data for property classifieds.".

Erweiterungsscreenshots

screenshot

Brokalys: ss.lv historical prices-Erweiterungs-CRX-Datei herunterladen

Laden Sie Brokalys: ss.lv historical prices-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

                        View historical prices and other statistics for ss.com and city24.lv real estate classified ads.                    

Grundlegende Informationen zur Erweiterung

Name Brokalys: ss.lv historical prices Brokalys: ss.lv historical prices
ID pmjalfejchcofiplefmhglefgbkocmmh
Offizielle URL https://chromewebstore.google.com/detail/brokalys-sslv-historical/pmjalfejchcofiplefmhglefgbkocmmh
Beschreibung Extends the ss.lv interface with historical price data for property classifieds.
Dateigröße 1.61 MB
Installationsanzahl 114
Aktuelle Version 1.8.0
Letztes Update 2022-07-05
Veröffentlichungsdatum 2022-01-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://brokalys.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/brokalys/chrome-extension
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brokalys: ss.lv historical prices",
    "description": "Extends the ss.lv interface with historical price data for property classifieds.",
    "homepage_url": "https:\/\/brokalys.com",
    "version": "1.8.0",
    "icons": {
        "512": "favicon.png"
    },
    "action": {
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ss.lv\/msg\/*\/real-estate\/*",
                "https:\/\/www.ss.com\/msg\/*\/real-estate\/*",
                "https:\/\/www.city24.lv\/real-estate\/*",
                "https:\/\/www.city24.lv\/*\/real-estate\/*"
            ],
            "js": [
                "\/js\/bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "author": "Matiss Janis Aboltins "
}