Property Prices NI
View recent property price history in Northern Ireland on PropertyPal.
¿Qué es Property Prices NI?
Property Prices NI es una extensión de Chrome desarrollada por Property Prices Northern Ireland, y su función principal es "View recent property price history in Northern Ireland on PropertyPal.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Property Prices NI
Descarga archivos de extensión Property Prices NI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Property Prices NI |
ID | nkjkdokdnoblikdbgfmmmodoldoajchk |
URL Oficial | https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk |
Descripción | View recent property price history in Northern Ireland on PropertyPal. |
Tamaño del Archivo | 208 KB |
Cantidad de Instalaciones | 262 |
Versión Actual | 2.0.2 |
Última Actualización | 2024-03-02 |
Fecha de Publicación | 2022-11-25 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Property Prices Northern Ireland |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |