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
官方網址 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"
}