Brokalys: ss.lv historical prices

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

Wat is Brokalys: ss.lv historical prices?

Brokalys: ss.lv historical prices is een Chrome-extensie ontwikkeld door https://brokalys.com, en de belangrijkste functie is "Extends the ss.lv interface with historical price data for property classifieds.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brokalys: ss.lv historical prices

Download Brokalys: ss.lv historical prices-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Brokalys: ss.lv historical prices Brokalys: ss.lv historical prices
ID pmjalfejchcofiplefmhglefgbkocmmh
Officiële URL https://chromewebstore.google.com/detail/brokalys-sslv-historical/pmjalfejchcofiplefmhglefgbkocmmh
Beschrijving Extends the ss.lv interface with historical price data for property classifieds.
Bestandsgrootte 1.61 MB
Aantal Installaties 114
Huidige Versie 1.8.0
Laatst Bijgewerkt 2022-07-05
Publicatiedatum 2022-01-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://brokalys.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/brokalys/chrome-extension
Ondersteunde Talen 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 "
}