Real Price
Find the real price for Australian Real Estate!
Co je Real Price?
Real Price je rozšíření Chrome vyvinuté Kaiserapps, a jeho hlavní funkcí je „Find the real price for Australian Real Estate!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Real Price
Stáhněte si soubory rozšíření Real Price ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
Oficiální URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Popis | Find the real price for Australian Real Estate! |
Velikost souboru | 10.02 KB |
Počet instalací | 260 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-09-28 |
Datum Vydání | 2020-09-27 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Kaiserapps |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/benkaiser/real-price |
URL Stránky Nápovědy | https://github.com/benkaiser/real-price/issues |
Podporované Jazyky | 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 } |