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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } ] } |