Vali property valuation

Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…

Vali property valuation란 무엇입니까?

Vali property valuation은(는) Vali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…"입니다.

확장 프로그램 스크린샷

screenshot

Vali property valuation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Vali adds a property valuation estimate to real estate listings. 

Ever been frustrated by a listing with no price indication? Install Vali to have an estimate right there on the for sale page. Works on realestate.com.au and domain.                    

확장 프로그램 기본 정보

이름 Vali property valuation Vali property valuation
ID kjmejadpokndcieffgendnafognhgimj
공식 URL https://chromewebstore.google.com/detail/vali-property-valuation/kjmejadpokndcieffgendnafognhgimj
설명 Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…
파일 크기 49.84 KB
설치 횟수 821
현재 버전 0.1.8
최근 업데이트 2022-06-02
출시 날짜 2020-12-19
평점 4.54/5 총 13 개의 평점
개발자 Vali
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.vali.com.au
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vali property valuation",
    "version": "0.1.8",
    "icons": {
        "16": ".\/assets\/icon_16.png",
        "32": ".\/assets\/icon_32.png",
        "48": ".\/assets\/icon_48.png",
        "128": ".\/assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.realestate.com.au\/*"
            ],
            "js": [
                ".\/libs\/jquery-3.5.1.min.js",
                ".\/content\/realestate.js",
                ".\/content\/common.js"
            ],
            "css": [
                ".\/content\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.realestate.com.au\/sold\/*"
            ],
            "js": [
                ".\/libs\/jquery-3.5.1.min.js",
                ".\/content\/realestate_sold_prices.js",
                ".\/content\/common.js"
            ],
            "css": [
                ".\/content\/pageModifications.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.domain.com.au\/*"
            ],
            "js": [
                ".\/libs\/jquery-3.5.1.min.js",
                ".\/content\/domain.js",
                ".\/content\/common.js"
            ],
            "css": [
                ".\/content\/styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/libs\/jquery-3.5.1.min.js",
            ".\/background\/script.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*",
        "content\/domain_injectable.js"
    ]
}