Brokalys: ss.lv historical prices

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

Apa itu Brokalys: ss.lv historical prices?

Brokalys: ss.lv historical prices adalah ekstensi Chrome yang dikembangkan oleh https://brokalys.com, dan fitur utamanya adalah "Extends the ss.lv interface with historical price data for property classifieds.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Brokalys: ss.lv historical prices

Unduh file ekstensi Brokalys: ss.lv historical prices dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Brokalys: ss.lv historical prices Brokalys: ss.lv historical prices
ID pmjalfejchcofiplefmhglefgbkocmmh
URL Resmi https://chromewebstore.google.com/detail/brokalys-sslv-historical/pmjalfejchcofiplefmhglefgbkocmmh
Deskripsi Extends the ss.lv interface with historical price data for property classifieds.
Ukuran File 1.61 MB
Jumlah Instalasi 114
Versi Saat Ini 1.8.0
Terakhir Diperbarui 2022-07-05
Tanggal Publikasi 2022-01-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://brokalys.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/brokalys/chrome-extension
Bahasa yang Didukung 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 "
}