Vali property valuation

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

What is Vali property valuation?

Vali property valuation is a Chrome extension developed by Vali, and its main feature is "Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…".

Extension Screenshots

screenshot

Download Vali property valuation Extension CRX File

Download Vali property valuation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Vali property valuation Vali property valuation
ID kjmejadpokndcieffgendnafognhgimj
Official URL https://chromewebstore.google.com/detail/vali-property-valuation/kjmejadpokndcieffgendnafognhgimj
Description Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…
File Size 49.84 KB
Installation Count 821
Current Version 0.1.8
Last Updated 2022-06-02
Publish Date 2020-12-19
Rating 4.54/5 Total 13 Ratings
Developer Vali
Email [email protected]
Payment Type free
Extension Website http://www.vali.com.au
Supported Languages 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"
    ]
}