DossierData BV

DossierData BV - Brondata verzamelen.

Qu'est-ce que DossierData BV ?

DossierData BV est une extension Chrome développée par iWize B.V., et sa fonction principale est "DossierData BV - Brondata verzamelen.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DossierData BV

Téléchargez les fichiers d'extension DossierData BV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DossierData BV DossierData BV
ID ojdkfmgjbalmncleledajeiojfgfcohk
URL Officiel https://chromewebstore.google.com/detail/dossierdata-bv/ojdkfmgjbalmncleledajeiojfgfcohk
Description DossierData BV - Brondata verzamelen.
Taille du Fichier 106 KB
Nombre d'Installations 133
Version Actuelle 3.1.0
Dernière Mise à Jour 2023-04-17
Date de Publication 2020-06-09
Développeur iWize B.V.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dossierdata.nl/
URL de la Page d'Aide https://dossierdata.nl/
URL de la Page de Politique de Confidentialité https://iwize.nl/privacy/index.html
Langues Prises en Charge 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\/*"
        ]
    }
}