Property Track
Find a fair price for your next home.
Property Track क्या है?
Property Track https://propertytrack.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find a fair price for your next home."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Property Track एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Property Track |
ID | ahknifalnhmbanoclebllcolcdomfdop |
आधिकारिक URL | https://chromewebstore.google.com/detail/property-track/ahknifalnhmbanoclebllcolcdomfdop |
विवरण | Find a fair price for your next home. |
फ़ाइल का आकार | 13.43 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2023-11-24 |
प्रकाशन तिथि | 2023-11-02 |
डेवलपर | https://propertytrack.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://propertytrack.co |
सहायता पृष्ठ URL | https://propertytrack.co |
गोपनीयता नीति पृष्ठ URL | https://propertytrack.co/privacy-policy |
समर्थित भाषाएँ | 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" } } |