Property Prices NI

View recent property price history in Northern Ireland on PropertyPal.

什么是Property Prices NI?

Property Prices NI是由Property Prices Northern Ireland开发的Chrome扩展程序,该扩展的主要功能是“View recent property price history in Northern Ireland on PropertyPal.”。

扩展截图

screenshot

下载Property Prices NI扩展crx文件

下载Property Prices NI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Property Prices NI Property Prices NI
ID nkjkdokdnoblikdbgfmmmodoldoajchk
官方URL https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk
简介 View recent property price history in Northern Ireland on PropertyPal.
文件大小 208 KB
安装次数 262
当前版本 2.0.2
更新时间 2024-03-02
上架时间 2022-11-25
评分 5.00/5 共5次评分
开发者 Property Prices Northern Ireland
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}