Property Prices NI

View recent property price history in Northern Ireland on PropertyPal.

O que é Property Prices NI?

Property Prices NI é uma extensão do Chrome desenvolvida por Property Prices Northern Ireland, e sua principal característica é "View recent property price history in Northern Ireland on PropertyPal.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Property Prices NI

Baixe arquivos de extensão Property Prices NI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Property Prices NI Property Prices NI
ID nkjkdokdnoblikdbgfmmmodoldoajchk
URL Oficial https://chromewebstore.google.com/detail/property-prices-ni/nkjkdokdnoblikdbgfmmmodoldoajchk
Descrição View recent property price history in Northern Ireland on PropertyPal.
Tamanho do Arquivo 208 KB
Contagem de Instalações 262
Versão Atual 2.0.2
Última Atualização 2024-03-02
Data de Publicação 2022-11-25
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Property Prices Northern Ireland
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}