Property Seeker

Calculate the price range for property advertised on Domain and Real Estate.

Τι είναι το Property Seeker;

Το Property Seeker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cheesestringer, και η κύρια λειτουργία του είναι "Calculate the price range for property advertised on Domain and Real Estate.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Property Seeker

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

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

                        Take the guess work out of house hunting.

Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier.

For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues

If you enjoy the extension feel free to buy me a coffee :)
https://www.buymeacoffee.com/cheesestringer                    

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

Όνομα Property Seeker Property Seeker
ID olfjldooogfhhgklechmbdemheblklga
Επίσημο URL https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga
Περιγραφή Calculate the price range for property advertised on Domain and Real Estate.
Μέγεθος Αρχείου 7.81 KB
Αριθμός Εγκαταστάσεων 3,196
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2022-12-27
Ημερομηνία Δημοσίευσης 2021-08-12
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής cheesestringer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/cheesestringer/property-seeker
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/cheesestringer/property-seeker/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Seeker",
    "version": "1.0.6",
    "description": "Calculate the price range for property advertised on Domain and Real Estate.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.domain.com.au\/*",
        "https:\/\/*.realestate.com.au\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au"
}