Real Price
Find the real price for Australian Real Estate!
Τι είναι το Real Price;
Το Real Price είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kaiserapps, και η κύρια λειτουργία του είναι "Find the real price for Australian Real Estate!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Real Price
Λήψη αρχείων επέκτασης Real Price σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Real Price |
ID | kckgiidmkllghibpmlploicellcieppd |
Επίσημο URL | https://chromewebstore.google.com/detail/real-price/kckgiidmkllghibpmlploicellcieppd |
Περιγραφή | Find the real price for Australian Real Estate! |
Μέγεθος Αρχείου | 10.02 KB |
Αριθμός Εγκαταστάσεων | 260 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-09-28 |
Ημερομηνία Δημοσίευσης | 2020-09-27 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Kaiserapps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/benkaiser/real-price |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/benkaiser/real-price/issues |
Υποστηριζόμενες Γλώσσες | 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 } |