Njuškalo kvadratura

The extension is calculating and displaying €/m2 prices for some types of real estate, a feature missing from Njuškalo.

Was ist Njuškalo kvadratura?

Njuškalo kvadratura ist eine Chrome-Erweiterung, die von AlphaSolutions entwickelt wurde, und ihr Hauptmerkmal ist "The extension is calculating and displaying €/m2 prices for some types of real estate, a feature missing from Njuškalo.".

Erweiterungsscreenshots

screenshot

Njuškalo kvadratura-Erweiterungs-CRX-Datei herunterladen

Laden Sie Njuškalo kvadratura-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

                        Ekstenzija prikazuje cijenu po metru kvadratnom za neke tipove nekretnina na Njuškalu.                    

Grundlegende Informationen zur Erweiterung

Name Njuškalo kvadratura Njuškalo kvadratura
ID jjefcagpbaeffmpngiefejjelidomdcc
Offizielle URL https://chromewebstore.google.com/detail/nju%C5%A1kalo-kvadratura/jjefcagpbaeffmpngiefejjelidomdcc
Beschreibung The extension is calculating and displaying €/m2 prices for some types of real estate, a feature missing from Njuškalo.
Dateigröße 23.01 KB
Installationsanzahl 82
Aktuelle Version 1.3
Letztes Update 2024-01-12
Veröffentlichungsdatum 2020-07-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler AlphaSolutions
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nju\u0161kalo kvadratura",
    "description": "The extension is calculating and displaying \u20ac\/m2 prices for some types of real estate, a feature missing from Nju\u0161kalo.",
    "version": "1.3",
    "action": {
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.njuskalo.hr\/*"
            ]
        }
    ]
}