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
Eメール [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"
}