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
公式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
Eメール [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 "
}