Property Track
Find a fair price for your next home.
What is Property Track?
Property Track is a Chrome extension developed by https://propertytrack.co, and its main feature is "Find a fair price for your next home.".
Extension Screenshots
Download Property Track Extension CRX File
Download Property Track extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Property Track |
ID | ahknifalnhmbanoclebllcolcdomfdop |
Official URL | https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop |
Description | Find a fair price for your next home. |
File Size | 13.43 KB |
Installation Count | 65 |
Current Version | 1.2 |
Last Updated | 2023-11-24 |
Publish Date | 2023-11-02 |
Developer | https://propertytrack.co |
[email protected] | |
Payment Type | free |
Extension Website | https://propertytrack.co |
Help Page URL | https://propertytrack.co |
Privacy Policy Page URL | https://propertytrack.co/privacy-policy |
Supported Languages | 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" } } |