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 - это расширение Chrome, разработанное Meirion Consulting, и его основная функция - "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".
Снимки экрана расширения
Скачать файл CRX расширения Rightmove Property Notes
Скачайте файлы расширений 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"
]
}
]
} | |