Brokalys: ss.lv historical prices

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

Hvad er Brokalys: ss.lv historical prices?

Brokalys: ss.lv historical prices er en Chrome-udvidelse udviklet af https://brokalys.com, og dens hovedfunktion er "Extends the ss.lv interface with historical price data for property classifieds.".

Udvidelsesskærmbilleder

screenshot

Download Brokalys: ss.lv historical prices-udvidelses-CRX-fil

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

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

Grundlæggende oplysninger om udvidelsen

Navn Brokalys: ss.lv historical prices Brokalys: ss.lv historical prices
ID pmjalfejchcofiplefmhglefgbkocmmh
Officiel URL https://chromewebstore.google.com/detail/brokalys-sslv-historical/pmjalfejchcofiplefmhglefgbkocmmh
Beskrivelse Extends the ss.lv interface with historical price data for property classifieds.
Filstørrelse 1.61 MB
Antal Installationer 114
Nuværende Version 1.8.0
Senest Opdateret 2022-07-05
Udgivelsesdato 2022-01-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://brokalys.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/brokalys/chrome-extension
Understøttede Sprog 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 "
}