Njuškalo kvadratura
The extension is calculating and displaying €/m2 prices for some types of real estate, a feature missing from Njuškalo.
Wat is Njuškalo kvadratura?
Njuškalo kvadratura is een Chrome-extensie ontwikkeld door AlphaSolutions, en de belangrijkste functie is "The extension is calculating and displaying €/m2 prices for some types of real estate, a feature missing from Njuškalo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Njuškalo kvadratura
Download Njuškalo kvadratura-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Ekstenzija prikazuje cijenu po metru kvadratnom za neke tipove nekretnina na Njuškalu. Basisinformatie over de Extensie
| Naam | |
| ID | jjefcagpbaeffmpngiefejjelidomdcc |
| Officiële URL | https://chromewebstore.google.com/detail/nju%C5%A1kalo-kvadratura/jjefcagpbaeffmpngiefejjelidomdcc |
| Beschrijving | The extension is calculating and displaying €/m2 prices for some types of real estate, a feature missing from Njuškalo. |
| Bestandsgrootte | 23.01 KB |
| Aantal Installaties | 82 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2024-01-12 |
| Publicatiedatum | 2020-07-21 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | AlphaSolutions |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |