Property Log

View price changes on properties listed on Rightmove.

Property Log क्या है?

Property Log propertylogdotnet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View price changes on properties listed on Rightmove."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Property Log एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}