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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Real Estate Mate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}