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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |