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 |
电子邮箱 | [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 } ] } |