Property Log
View price changes on properties listed on Rightmove.
什么是Property Log?
Property Log是由propertylogdotnet开发的Chrome扩展程序,该扩展的主要功能是“View price changes on properties listed on Rightmove.”。
扩展截图
下载Property Log扩展crx文件
下载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.
扩展基本信息
名称 | |
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" ] } |