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 là gì?
Real Estate Mate là một tiện ích mở rộng Chrome được phát triển bởi rickwillcox90, và tính năng chính của nó là "Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Real Estate Mate
Tải xuống các tệp mở rộng Real Estate Mate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Real Estate Mate |
ID | jnojnlmongehjaahajakkolengpclmbd |
URL Chính Thức | https://chromewebstore.google.com/detail/real-estate-mate/jnojnlmongehjaahajakkolengpclmbd |
Mô tả | Your best mate whilst looking for houses to buy on realestate.com.au Show the hidden price range of a property Future updates… |
Kích Thước Tệp | 86.8 KB |
Số Lần Cài Đặt | 2,829 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2024-02-12 |
Ngày Phát Hành | 2022-12-17 |
Đánh Giá | 4.80/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | rickwillcox90 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RickWillcox/Real-Estate-Mate |
URL Trang Trợ Giúp | https://github.com/RickWillcox/Real-Estate-Mate |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |