Property Prices NI
View recent property price history in Northern Ireland on PropertyPal.
Cos'è Property Prices NI?
Property Prices NI è un'estensione di Chrome sviluppata da Property Prices Northern Ireland, e la sua funzione principale è "View recent property price history in Northern Ireland on PropertyPal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Property Prices NI
Scarica i file di estensione Property Prices NI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nkjkdokdnoblikdbgfmmmodoldoajchk |
| URL Ufficiale | https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk |
| Descrizione | View recent property price history in Northern Ireland on PropertyPal. |
| Dimensione del File | 208 KB |
| Conteggio Installazioni | 262 |
| Versione Corrente | 2.0.2 |
| Ultimo Aggiornamento | 2024-03-02 |
| Data di Pubblicazione | 2022-11-25 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Property Prices Northern Ireland |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |