Property Prices NI

View recent property price history in Northern Ireland on PropertyPal.

ما هو Property Prices NI؟

Property Prices NI هو إضافة Chrome تم تطويرها بواسطة Property Prices Northern Ireland، والميزة الرئيسية لها هي "View recent property price history in Northern Ireland on PropertyPal.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Property Prices NI

قم بتنزيل ملفات الامتداد Property Prices NI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}