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 |
| Eメール | [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"
]
}
]
} | |