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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 "
}