Real Price
Find the real price for Australian Real Estate!
What is Real Price?
Real Price is a Chrome extension developed by Kaiserapps, and its main feature is "Find the real price for Australian Real Estate!".
Extension Screenshots
Download Real Price Extension CRX File
Download Real Price 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
This extension adds a button to search results and listings on realestate.com.au to reveal the internal price of a listing. This is useful in Queensland where many listings do not have prices publicly available but there is a hidden price behind the scenes for the listing. All this extension really does is query realestate.com.au multiple times until the exact price is found and displays that to you.
Extension Basic Information
Name | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
Official URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Description | Find the real price for Australian Real Estate! |
File Size | 10.02 KB |
Installation Count | 260 |
Current Version | 1.0 |
Last Updated | 2020-09-28 |
Publish Date | 2020-09-27 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Kaiserapps |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/benkaiser/real-price |
Help Page URL | https://github.com/benkaiser/real-price/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Price", "version": "1.0", "description": "Find the real price for Australian Real Estate!", "content_scripts": [ { "matches": [ "https:\/\/*.realestate.com.au\/*" ], "css": [ "main.css" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 2 } |