RealEstate Price Ranger

Adds price ranges to realestate.com.au listings

RealEstate Price Rangerとは何ですか?

RealEstate Price Rangerはanother.brisbane.developerによって開発されたChromeの拡張機能で、その主な機能は「Adds price ranges to realestate.com.au listings」です。

拡張機能のスクリーンショット

screenshot

RealEstate Price Ranger拡張機能のCRXファイルをダウンロード

RealEstate Price Ranger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds the price range set by the agent to the listings on realestate.com.au                    

拡張機能の基本情報

名前 RealEstate Price Ranger RealEstate Price Ranger
ID lmbdcgopjjieoajihfpnoloealnnadba
公式URL https://chromewebstore.google.com/detail/realestate-price-ranger/lmbdcgopjjieoajihfpnoloealnnadba
説明 Adds price ranges to realestate.com.au listings
ファイルサイズ 4.72 KB
インストール数 48
現在のバージョン 1.0
最終更新日 2021-08-24
公開日 2021-08-24
評価 5.00/5 合計 1 レビュー
開発者 another.brisbane.developer
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RealEstate Price Ranger",
    "description": "Adds price ranges to realestate.com.au listings",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.realestate.com.au\/*",
                "*:\/\/realestate.com.au\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}