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?…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |