Property Track
Find a fair price for your next home.
Qu'est-ce que Property Track ?
Property Track est une extension Chrome développée par https://propertytrack.co, et sa fonction principale est "Find a fair price for your next home.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Property Track
Téléchargez les fichiers d'extension Property Track 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
Each day, numerous properties undergo price changes on Rightmove and Property Track allows you to see these price changes on listings over time. By using this extension, you will gain valuable insights into the current housing market conditions in a property's vicinity. This information can be a valuable asset when making informed decisions, especially when it comes to submitting offers or considering your property's selling strategy.
Informations de Base sur l'Extension
Nom | Property Track |
ID | ahknifalnhmbanoclebllcolcdomfdop |
URL Officiel | https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop |
Description | Find a fair price for your next home. |
Taille du Fichier | 13.43 KB |
Nombre d'Installations | 65 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-11-24 |
Date de Publication | 2023-11-02 |
Développeur | https://propertytrack.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://propertytrack.co |
URL de la Page d'Aide | https://propertytrack.co |
URL de la Page de Politique de Confidentialité | https://propertytrack.co/privacy-policy |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Track", "description": "Find a fair price for your next home.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.rightmove.co.uk\/*" ] } ], "action": [], "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |