Homer (formerly KoalaData)

Your companion for the Australian real estate market.

Τι είναι το Homer (formerly KoalaData);

Το Homer (formerly KoalaData) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://koaladata.com.au, και η κύρια λειτουργία του είναι "Your companion for the Australian real estate market.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Homer (formerly KoalaData)

Λήψη αρχείων επέκτασης Homer (formerly KoalaData) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        What is Homer (formerly KoalaData)?

An app working on domain.com.au: 
- Displays the price history, past auctions, creation date and search price range for listings, including rentals.
- Median rent and gross rental yield.
- Let user post auction results.
- Extract the price from the Statement of Information (no more "Price on application"/"Contact agent").

Is it working in my state/territory?

Yes, Homer works for properties in all Australian states and territories (NSW, VIC, NT, QLD, WA, TAS, SA, ACT).

Why Homer?

As buyers, we grew frustrated not being able to get more transparent information about real estate listings in Australia.

Copying and pasting addresses and URLs in multiple websites in order to get more information was a very laborious and uncertain process and I just wanted something clean.

Australian people deserve clean and trustworthy data to make an informed decision for the biggest purchase of their lives.

Contact?

Send me an email at [email protected] if you have any feedback or if you'd like to see more features added.

Love Homer?

Please consider leaving a 5* rating and referring the app to your friends and family if you enjoy the app, it greatly helps.

Disclaimer: Homer does not guarantee, and accepts no legal liability, for the accuracy, reliability or completeness of any material displayed through Homer. No action or inaction should be taken based solely on the contents of this information.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Homer (formerly KoalaData) Homer (formerly KoalaData)
ID hlmlbjneliokncgbophonbofnikfimja
Επίσημο URL https://chromewebstore.google.com/detail/homer-formerly-koaladata/hlmlbjneliokncgbophonbofnikfimja
Περιγραφή Your companion for the Australian real estate market.
Μέγεθος Αρχείου 174 KB
Αριθμός Εγκαταστάσεων 14,089
Τρέχουσα Έκδοση 0.13.4
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2020-07-03
Αξιολόγηση 4.93/5 Συνολικά 72 Αξιολογήσεις
Προγραμματιστής https://koaladata.com.au
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.koaladata.com.au
Διεύθυνση URL της Σελίδας Βοήθειας https://www.koaladata.com.au/about#contact
URL της Σελίδας Πολιτικής Απορρήτου https://koaladata.com.au/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homer (formerly KoalaData)",
    "short_name": "Homer",
    "version": "0.13.4",
    "description": "Your companion for the Australian real estate market.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.koaladata.com.au\/",
        "https:\/\/koaladata.appspot.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.domain.com.au\/*",
                "https:\/\/*.realestate.com.au\/*"
            ],
            "js": [
                "src\/libs\/jquery-3.5.1.min.js",
                "src\/libs\/fingerprint2.min.js",
                "src\/utils.js",
                "src\/save-search.js",
                "src\/main.js",
                "src\/display.js",
                "src\/listing-history.js",
                "src\/display-comments.js",
                "src\/display-internet.js",
                "src\/display-stats.js",
                "src\/comment-form.js",
                "src\/images.js",
                "src\/storage.js",
                "src\/action.js"
            ],
            "css": [
                "src\/styles\/style.css",
                "src\/styles\/timeline.css",
                "src\/styles\/comments.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "src\/send.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/homer-logo-short-16x16.png",
        "32": "images\/homer-logo-short-32x32.png",
        "48": "images\/homer-logo-short-48x48.png",
        "128": "images\/homer-logo-short-128x128.png",
        "256": "images\/homer-logo-short-256x256.png"
    },
    "manifest_version": 3
}