Property Prices NI

View recent property price history in Northern Ireland on PropertyPal.

What is Property Prices NI?

Property Prices NI is a Chrome extension developed by Property Prices Northern Ireland, and its main feature is "View recent property price history in Northern Ireland on PropertyPal.".

Extension Screenshots

screenshot

Download Property Prices NI Extension CRX File

Download Property Prices NI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Property Prices Northern Ireland is currently free to use - and works on NI's leading property portal, PropertyPal.

Property Prices NI simply inserts a discreet & non interfering table onto each listing to allow users to see recent price changes, such as reductions, increases & dates of addition.

How to use:
1. Install from Chrome store 
2. Refresh your browser
3. Enjoy recent price property history, totally free

If you encounter any issues when installing or using - please do reach out to us via email or our Twitter page.                    

Extension Basic Information

Name Property Prices NI Property Prices NI
ID nkjkdokdnoblikdbgfmmmodoldoajchk
Official URL https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk
Description View recent property price history in Northern Ireland on PropertyPal.
File Size 208 KB
Installation Count 262
Current Version 2.0.2
Last Updated 2024-03-02
Publish Date 2022-11-25
Rating 5.00/5 Total 5 Ratings
Developer Property Prices Northern Ireland
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Property Prices NI",
    "description": "View recent property price history in Northern Ireland on PropertyPal.",
    "version": "2.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.propertypal.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "options_page": "options.html"
}