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文件

下載Vali property valuation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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