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
官方網址 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
電子郵箱 [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"
        }
    ]
}