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…」です。
拡張機能のスクリーンショット
Real Estate Mate拡張機能のCRXファイルをダウンロード
Real Estate Mate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } ] } |