Rightmove Property Notes
Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
什么是Rightmove Property Notes?
Rightmove Property Notes是由Meirion Consulting开发的Chrome扩展程序,该扩展的主要功能是“Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…”。
扩展截图
下载Rightmove Property Notes扩展crx文件
下载Rightmove Property Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Annotates properties on Rightmove with information gleaned from other property data, such as:
- Price drops on this property
- Comparable property asking prices, in nominal and real terms
- Comparable sold prices on similar properties
- Expected marketing price
- Price/square foot 扩展基本信息
| 名称 | |
| ID | ddnkogahnfkgkechllbdfgacnkikddbf |
| 官方URL | https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf |
| 简介 | Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -… |
| 文件大小 | 8.89 KB |
| 安装次数 | 169 |
| 当前版本 | 1.10 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2023-12-16 |
| 开发者 | Meirion Consulting |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491 |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rightmove Property Notes",
"version": "1.10",
"permissions": [],
"action": {
"default_popup": "popup.html"
},
"background": [],
"content_scripts": [
{
"js": [
"scripts\/contents.js"
],
"matches": [
"https:\/\/www.rightmove.co.uk\/*"
],
"css": [
"css\/rightmove-property-london-notes.css"
]
}
]
} | |