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
电子邮箱 [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 "
}