Real Price
Find the real price for Australian Real Estate!
Qu'est-ce que Real Price ?
Real Price est une extension Chrome développée par Kaiserapps, et sa fonction principale est "Find the real price for Australian Real Estate!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Real Price
Téléchargez les fichiers d'extension Real Price au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
URL Officiel | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Description | Find the real price for Australian Real Estate! |
Taille du Fichier | 10.02 KB |
Nombre d'Installations | 260 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-09-28 |
Date de Publication | 2020-09-27 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | Kaiserapps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/benkaiser/real-price |
URL de la Page d'Aide | https://github.com/benkaiser/real-price/issues |
Langues Prises en Charge | 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 } |