RealEstate Price Ranger
Adds price ranges to realestate.com.au listings
What is RealEstate Price Ranger?
RealEstate Price Ranger is a Chrome extension developed by another.brisbane.developer, and its main feature is "Adds price ranges to realestate.com.au listings".
Extension Screenshots
Download RealEstate Price Ranger Extension CRX File
Download RealEstate Price Ranger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds the price range set by the agent to the listings on realestate.com.au
Extension Basic Information
Name | RealEstate Price Ranger |
ID | lmbdcgopjjieoajihfpnoloealnnadba |
Official URL | https://chromewebstore.google.com/detail/realestate-price-ranger/lmbdcgopjjieoajihfpnoloealnnadba |
Description | Adds price ranges to realestate.com.au listings |
File Size | 4.72 KB |
Installation Count | 48 |
Current Version | 1.0 |
Last Updated | 2021-08-24 |
Publish Date | 2021-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | another.brisbane.developer |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |