Property Log
View price changes on properties listed on Rightmove.
Τι είναι το Property Log;
Το Property Log είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον propertylogdotnet, και η κύρια λειτουργία του είναι "View price changes on properties listed on Rightmove.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Property Log
Λήψη αρχείων επέκτασης Property Log σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
By using the Property Log Google Chrome Extension you're able to see a list of historic price changes for properties listed on the Rightmove website. Thousands of properties are reduced in price every single day on Rightmove, we track these changes so other users can see the historical prices. Use the extension to your advantage when buying or selling a property. Historic price change information can show the current state of the housing market in the property's area and can be used to your benefit when putting in an offer. Please note: Heavy users of the extension will be asked to subscribe to the service after 6 weeks of use. We have a very generous free usage allowance meaning that for the majority of users the service is free. If the system identifies you as a heavy user then the subscription is just £2.99 a month and you can cancel at anytime.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Property Log |
ID | jccihedpilhidcbkconacnalppdeecno |
Επίσημο URL | https://chromewebstore.google.com/detail/property-log/jccihedpilhidcbkconacnalppdeecno |
Περιγραφή | View price changes on properties listed on Rightmove. |
Μέγεθος Αρχείου | 52.86 KB |
Αριθμός Εγκαταστάσεων | 90,236 |
Τρέχουσα Έκδοση | 1.6.4 |
Τελευταία Ενημέρωση | 2024-01-26 |
Ημερομηνία Δημοσίευσης | 2019-08-18 |
Αξιολόγηση | 3.55/5 Συνολικά 109 Αξιολογήσεις |
Προγραμματιστής | propertylogdotnet |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.propertylog.net |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.propertylog.net/privacy-extension |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Log", "version": "1.6.4", "manifest_version": 3, "action": { "default_title": "Property Log", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.rightmove.co.uk\/*" ], "css": [ "propertylog.css" ], "js": [ "propertylog.js" ] } ], "background": { "service_worker": "background.js" }, "description": "View price changes on properties listed on Rightmove.", "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.rightmove.co.uk\/*" ], "resources": [ "*.gif", "*.svg" ] } ], "permissions": [ "storage" ] } |