Real Price
Find the real price for Australian Real Estate!
Cos'è Real Price?
Real Price è un'estensione di Chrome sviluppata da Kaiserapps, e la sua funzione principale è "Find the real price for Australian Real Estate!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Real Price
Scarica i file di estensione Real Price in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
URL Ufficiale | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Descrizione | Find the real price for Australian Real Estate! |
Dimensione del File | 10.02 KB |
Conteggio Installazioni | 260 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-28 |
Data di Pubblicazione | 2020-09-27 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Kaiserapps |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/benkaiser/real-price |
URL della Pagina di Aiuto | https://github.com/benkaiser/real-price/issues |
Lingue Supportate | 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 } |