Property Log

View price changes on properties listed on Rightmove.

Property Log란 무엇입니까?

Property Log은(는) propertylogdotnet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View price changes on properties listed on Rightmove."입니다.

확장 프로그램 스크린샷

screenshot

Property Log 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}