Funda Neighbourhoods
Adds helpful information about neighbourhood to house / apartment pages on funda.nl
Wat is Funda Neighbourhoods?
Funda Neighbourhoods is een Chrome-extensie ontwikkeld door Nikita Indik, en de belangrijkste functie is "Adds helpful information about neighbourhood to house / apartment pages on funda.nl".
Extensie Screenshots
Download het CRX-bestand van de extensie Funda Neighbourhoods
Download Funda Neighbourhoods-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
Get to know the neighbourhood around properties you like. This extension enhances Funda with useful information to help you choose the right property. Learn about: - how old are houses in the neighbourhood - what is the average income of residents - neighbourhood marital status statistics - is it a family-lifestyle neighbourhood - residents cultural background - and other statistical facts This extension uses official data from Dutch Census Bureau (CBS).
Basisinformatie over de Extensie
Naam | Funda Neighbourhoods |
ID | jibdjhaojkpiagiccmolddmlhllancgj |
Officiële URL | https://chromewebstore.google.com/detail/funda-neighbourhoods/jibdjhaojkpiagiccmolddmlhllancgj |
Beschrijving | Adds helpful information about neighbourhood to house / apartment pages on funda.nl |
Bestandsgrootte | 40.33 KB |
Aantal Installaties | 1,663 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2022-04-01 |
Publicatiedatum | 2020-05-03 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Nikita Indik |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nikitaindik/funda-neighbourhoods |
Help Pagina-URL | https://github.com/nikitaindik/funda-neighbourhoods |
URL van de Privacybeleid Pagina | https://raw.githubusercontent.com/nikitaindik/funda-neighbourhoods/master/PRIVACY.md |
Ondersteunde Talen | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.funda.nl\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "browser_style": true }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_specific_settings": { "gecko": { "id": "{00758a4a-70d5-4319-a89b-3c9f92a5b751}" } }, "version": "0.6.1" } |