Real Estate Mate

Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…

Qu'est-ce que Real Estate Mate ?

Real Estate Mate est une extension Chrome développée par rickwillcox90, et sa fonction principale est "Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Real Estate Mate

Téléchargez les fichiers d'extension Real Estate Mate 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

                        Your best mate whilst looking for houses to buy on realestate.com.au

Show the hidden price range of a property

Future updates coming soon:
Up to date listing changes over time.

Your Data:
This extension does not track, collect, or store any of your personal data or browsing activity. Your privacy is fully respected and protected while using this extension.

Contact:
Email : [email protected]
GitHub: https://github.com/RickWillcox/Real-Estate-Mate

Disclaimer:
Real Estate Mate is intended for entertainment purposes only. The information provided by this extension should not be used for making financial or investment decisions. The creator of this extension accepts no liability for any errors or omissions in the information provided. Use of this extension is at your own risk.

If you're feeling generous you can buy me a coffee here https://www.buymeacoffee.com/rickwillcox. Cheers!                    

Informations de Base sur l'Extension

Nom Real Estate Mate Real Estate Mate
ID jnojnlmongehjaahajakkolengpclmbd
URL Officiel https://chromewebstore.google.com/detail/real-estate-mate/jnojnlmongehjaahajakkolengpclmbd
Description Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…
Taille du Fichier 86.8 KB
Nombre d'Installations 2,829
Version Actuelle 0.6
Dernière Mise à Jour 2024-02-12
Date de Publication 2022-12-17
Évaluation 4.80/5 Total 20 Évaluations
Développeur rickwillcox90
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/RickWillcox/Real-Estate-Mate
URL de la Page d'Aide https://github.com/RickWillcox/Real-Estate-Mate
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Real Estate Mate",
    "version": "0.6",
    "action": {
        "default_title": "Popup",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "src\/assets\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.Entry.tsx.f4ce712b.95a0b863.js"
            ],
            "matches": [
                "https:\/\/www.realestate.com.au\/property*"
            ],
            "media": [],
            "css": [
                "assets\/Entry.ea744f2d.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/assets\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.realestate.com.au\/*"
            ],
            "resources": [
                "assets\/Entry.tsx.f4ce712b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}