Rightmove Property Notes
Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…
Qu'est-ce que Rightmove Property Notes ?
Rightmove Property Notes est une extension Chrome développée par Meirion Consulting, et sa fonction principale est "Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rightmove Property Notes
Téléchargez les fichiers d'extension Rightmove Property Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Rightmove Property Notes |
ID | ddnkogahnfkgkechllbdfgacnkikddbf |
URL Officiel | https://chromewebstore.google.com/detail/rightmove-property-notes/ddnkogahnfkgkechllbdfgacnkikddbf |
Description | Annotates properties on Rightmove with information gleaned from other property data, such as: - Price drops on this property -… |
Taille du Fichier | 8.89 KB |
Nombre d'Installations | 169 |
Version Actuelle | 1.10 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2023-12-16 |
Développeur | Meirion Consulting |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/ec675432-6c4f-4fae-8e14-e46a59f97491 |
Langues Prises en Charge | 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" ] } ] } |