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 |
| 官方網址 | 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"
]
}
]
} | |