Real Price
Find the real price for Australian Real Estate!
Wat is Real Price?
Real Price is een Chrome-extensie ontwikkeld door Kaiserapps, en de belangrijkste functie is "Find the real price for Australian Real Estate!".
Extensie Screenshots
Download het CRX-bestand van de extensie Real Price
Download Real Price-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
Officiële URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Beschrijving | Find the real price for Australian Real Estate! |
Bestandsgrootte | 10.02 KB |
Aantal Installaties | 260 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-09-28 |
Publicatiedatum | 2020-09-27 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Kaiserapps |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/benkaiser/real-price |
Help Pagina-URL | https://github.com/benkaiser/real-price/issues |
Ondersteunde Talen | 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 } |