Real Price
Find the real price for Australian Real Estate!
Was ist Real Price?
Real Price ist eine Chrome-Erweiterung, die von Kaiserapps entwickelt wurde, und ihr Hauptmerkmal ist "Find the real price for Australian Real Estate!".
Erweiterungsscreenshots
Real Price-Erweiterungs-CRX-Datei herunterladen
Laden Sie Real Price-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
Offizielle URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Beschreibung | Find the real price for Australian Real Estate! |
Dateigröße | 10.02 KB |
Installationsanzahl | 260 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-09-28 |
Veröffentlichungsdatum | 2020-09-27 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | Kaiserapps |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/benkaiser/real-price |
Hilfeseite URL | https://github.com/benkaiser/real-price/issues |
Unterstützte Sprachen | 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 } |