Brokalys: ss.lv historical prices

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

Qu'est-ce que Brokalys: ss.lv historical prices ?

Brokalys: ss.lv historical prices est une extension Chrome développée par https://brokalys.com, et sa fonction principale est "Extends the ss.lv interface with historical price data for property classifieds.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brokalys: ss.lv historical prices

Téléchargez les fichiers d'extension Brokalys: ss.lv historical prices au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Brokalys: ss.lv historical prices Brokalys: ss.lv historical prices
ID pmjalfejchcofiplefmhglefgbkocmmh
URL Officiel https://chromewebstore.google.com/detail/brokalys-sslv-historical/pmjalfejchcofiplefmhglefgbkocmmh
Description Extends the ss.lv interface with historical price data for property classifieds.
Taille du Fichier 1.61 MB
Nombre d'Installations 114
Version Actuelle 1.8.0
Dernière Mise à Jour 2022-07-05
Date de Publication 2022-01-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://brokalys.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/brokalys/chrome-extension
Langues Prises en Charge 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 "
}