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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
}