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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 "
}