Property Track
Find a fair price for your next home.
Vad är Property Track?
Property Track är en Chrome-tillägg utvecklad av https://propertytrack.co, och dess huvudfunktion är "Find a fair price for your next home.".
Tilläggsskärmbilder
Ladda ner Property Track-förlängningens CRX-fil
Ladda ner Property Track-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Property Track |
ID | ahknifalnhmbanoclebllcolcdomfdop |
Officiell webbadress | https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop |
Beskrivning | Find a fair price for your next home. |
Filstorlek | 13.43 KB |
Antal Installationer | 65 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2023-11-24 |
Publiceringsdatum | 2023-11-02 |
Utvecklare | https://propertytrack.co |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://propertytrack.co |
Hjälpsida URL | https://propertytrack.co |
URL till Sekretesspolicy Sidan | https://propertytrack.co/privacy-policy |
Stödda Språk | 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" } } |