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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Real Estate Mate

قم بتنزيل ملفات الامتداد Real Estate Mate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
        }
    ]
}