Brokalys: ss.lv historical prices

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

ما هو Brokalys: ss.lv historical prices؟

Brokalys: ss.lv historical prices هو إضافة Chrome تم تطويرها بواسطة https://brokalys.com، والميزة الرئيسية لها هي "Extends the ss.lv interface with historical price data for property classifieds.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Brokalys: ss.lv historical prices

قم بتنزيل ملفات الامتداد Brokalys: ss.lv historical prices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Brokalys: ss.lv historical prices Brokalys: ss.lv historical prices
ID pmjalfejchcofiplefmhglefgbkocmmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/brokalys-sslv-historical/pmjalfejchcofiplefmhglefgbkocmmh
الوصف Extends the ss.lv interface with historical price data for property classifieds.
حجم الملف 1.61 MB
عدد التثبيتات 114
النسخة الحالية 1.8.0
آخر تحديث 2022-07-05
تاريخ النشر 2022-01-01
تقييم 5.00/5 مجموع تقييمات 1
المطور https://brokalys.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/brokalys/chrome-extension
اللغات المدعومة 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 "
}