DossierData BV

DossierData BV - Brondata verzamelen.

What is DossierData BV?

DossierData BV is a Chrome extension developed by iWize B.V., and its main feature is "DossierData BV - Brondata verzamelen.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download DossierData BV Extension CRX File

Download DossierData BV 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

                        DossierData BV - Brondata extensie

Om een compleet beeld te krijgen van uw situatie, heeft een adviseur veel persoonlijke en financiële gegevens nodig. Dit levert vaak een flinke zoektocht op in uw administratie.

Om u deze tijd en moeite te besparen, bieden wij de mogelijkheid om deze gegevens volledig automatisch op te halen bij alle verschillende instanties. Dit duurt *slechts 2 minuten* en voldoet natuurlijk aan alle veiligheids- en privacy-eisen van deze tijd.                    

Extension Basic Information

Name DossierData BV DossierData BV
ID ojdkfmgjbalmncleledajeiojfgfcohk
Official URL https://chromewebstore.google.com/detail/dossierdata-bv/ojdkfmgjbalmncleledajeiojfgfcohk
Description DossierData BV - Brondata verzamelen.
File Size 106 KB
Installation Count 133
Current Version 3.1.0
Last Updated 2023-04-17
Publish Date 2020-06-09
Developer iWize B.V.
Email [email protected]
Payment Type free
Extension Website https://dossierdata.nl/
Help Page URL https://dossierdata.nl/
Privacy Policy Page URL https://iwize.nl/privacy/index.html
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DossierData BV",
    "description": "DossierData BV - Brondata verzamelen.",
    "version": "3.1.0",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "homepage_url": "https:\/\/dossierdata.nl\/",
    "icons": {
        "32": "resources\/logo32X32.png",
        "48": "resources\/logo48X48.png",
        "128": "resources\/logo128X128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aqopi.com\/*",
                "https:\/\/*.iwize.nl\/*",
                "https:\/\/*.overheid.nl\/*",
                "https:\/\/*.mijnpensioenoverzicht.nl\/*",
                "https:\/\/*.uwv.nl\/*",
                "https:\/\/*.duo.nl\/*",
                "https:\/\/*.belastingdienst.nl\/*",
                "https:\/\/*.digid.nl\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content\/content.js",
                "content\/actions.js",
                "content\/crypto.js",
                "content\/templateMatching.js",
                "content\/fetchBlob.js",
                "content\/downloadPdfByClick.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mijn.duo.nl\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content\/fetchJsonWithAuthHeader.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "webRequest",
        "https:\/\/*.aqopi.com\/*",
        "https:\/\/*.iwize.nl\/*",
        "https:\/\/*.overheid.nl\/*",
        "https:\/\/*.mijnpensioenoverzicht.nl\/*",
        "https:\/\/*.uwv.nl\/*",
        "https:\/\/*.duo.nl\/*",
        "https:\/\/*.belastingdienst.nl\/*",
        "https:\/\/*.digid.nl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/logo32X32.png",
        "default_title": "DossierData BV - Brondata extensie",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "resources\/logo80X80.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.iwize.nl\/*"
        ]
    }
}