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是由https://brokalys.com開發的Chrome擴展程式,該擴展的主要功能是“Extends the ss.lv interface with historical price data for property classifieds.”。

擴展截圖

screenshot

下載Brokalys: ss.lv historical prices擴展crx文件

下載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
官方網址 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 "
}