Property Prices NI
View recent property price history in Northern Ireland on PropertyPal.
Was ist Property Prices NI?
Property Prices NI ist eine Chrome-Erweiterung, die von Property Prices Northern Ireland entwickelt wurde, und ihr Hauptmerkmal ist "View recent property price history in Northern Ireland on PropertyPal.".
Erweiterungsscreenshots
Property Prices NI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Property Prices NI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkjkdokdnoblikdbgfmmmodoldoajchk |
| Offizielle URL | https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk |
| Beschreibung | View recent property price history in Northern Ireland on PropertyPal. |
| Dateigröße | 208 KB |
| Installationsanzahl | 262 |
| Aktuelle Version | 2.0.2 |
| Letztes Update | 2024-03-02 |
| Veröffentlichungsdatum | 2022-11-25 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Property Prices Northern Ireland |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |