Property Prices NI

View recent property price history in Northern Ireland on PropertyPal.

Qu'est-ce que Property Prices NI ?

Property Prices NI est une extension Chrome développée par Property Prices Northern Ireland, et sa fonction principale est "View recent property price history in Northern Ireland on PropertyPal.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Property Prices NI

Téléchargez les fichiers d'extension Property Prices NI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Property Prices NI Property Prices NI
ID nkjkdokdnoblikdbgfmmmodoldoajchk
URL Officiel https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk
Description View recent property price history in Northern Ireland on PropertyPal.
Taille du Fichier 208 KB
Nombre d'Installations 262
Version Actuelle 2.0.2
Dernière Mise à Jour 2024-03-02
Date de Publication 2022-11-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur Property Prices Northern Ireland
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}