Rightmove Property Notes
Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Wat is Rightmove Property Notes?
Rightmove Property Notes is een Chrome-extensie ontwikkeld door Meirion Consulting, en de belangrijkste functie is "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".
Extensie Screenshots
Download het CRX-bestand van de extensie Rightmove Property Notes
Download Rightmove Property Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Rightmove Property Notes |
ID | ddnkogahnfkgkechllbdfgacnkikddbf |
Officiële URL | https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf |
Beschrijving | Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -… |
Bestandsgrootte | 8.89 KB |
Aantal Installaties | 169 |
Huidige Versie | 1.10 |
Laatst Bijgewerkt | 2024-03-03 |
Publicatiedatum | 2023-12-16 |
Ontwikkelaar | Meirion Consulting |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491 |
Ondersteunde Talen | 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" ] } ] } |