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 là gì?

Vali property valuation là một tiện ích mở rộng Chrome được phát triển bởi Vali, và tính năng chính của nó là "Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vali property valuation

Tải xuống các tệp mở rộng Vali property valuation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vali property valuation Vali property valuation
ID kjmejadpokndcieffgendnafognhgimj
URL Chính Thức https://chromewebstore.google.com/detail/vali-property-valuation/kjmejadpokndcieffgendnafognhgimj
Mô tả Vali adds a property valuation estimate to real estate listings. Ever been frustrated by a listing with no price indication?…
Kích Thước Tệp 49.84 KB
Số Lần Cài Đặt 821
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2022-06-02
Ngày Phát Hành 2020-12-19
Đánh Giá 4.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Vali
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.vali.com.au
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}