Postcode Zoeken

Zoek op Postcode

What is Postcode Zoeken?

Postcode Zoeken is a Chrome extension developed by Kort.dev, and its main feature is "Zoek op Postcode".

Download Postcode Zoeken Extension CRX File

Download Postcode Zoeken extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Zoek op postcode + huisnummer
 - Funda.nl
 - Zoekenbel.nl
 - Gevonden.cc
 - Nummerzoeker.com / Spyderweb
 - KvK

Gebruiken: Tik in de omnibox "pc" in en druk op tab, voer de postcode in en druk op enter!                    

Extension Basic Information

Name Postcode Zoeken Postcode Zoeken
ID phoaighefdecoehjjakbdhjhhjeejjnb
Official URL https://chromewebstore.google.com/detail/postcode-zoeken/phoaighefdecoehjjakbdhjhhjeejjnb
Description Zoek op Postcode
File Size 49.81 KB
Installation Count 32
Current Version 1.30
Last Updated 2017-09-25
Publish Date 2017-09-25
Developer Kort.dev
Email [email protected]
Payment Type free
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Postcode Zoeken",
    "short_name": "Postcode Zoeken",
    "description": "Zoek op Postcode",
    "omnibox": {
        "keyword": "pc"
    },
    "icons": {
        "16": "mail.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.funda.nl\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "version": "1.30",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}