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…

Real Estate Mate क्या है?

Real Estate Mate rickwillcox90 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Real Estate Mate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Real Estate Mate Real Estate Mate
ID jnojnlmongehjaahajakkolengpclmbd
आधिकारिक URL https://chromewebstore.google.com/detail/real-estate-mate/jnojnlmongehjaahajakkolengpclmbd
विवरण Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…
फ़ाइल का आकार 86.8 KB
स्थापना संख्या 2,829
वर्तमान संस्करण 0.6
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2022-12-17
रेटिंग 4.80/5 कुल 20 रेटिंग्स
डेवलपर rickwillcox90
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/RickWillcox/Real-Estate-Mate
सहायता पृष्ठ URL https://github.com/RickWillcox/Real-Estate-Mate
समर्थित भाषाएँ 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
        }
    ]
}