DossierData BV

DossierData BV - Brondata verzamelen.

Cos'è DossierData BV?

DossierData BV è un'estensione di Chrome sviluppata da iWize B.V., e la sua funzione principale è "DossierData BV - Brondata verzamelen.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DossierData BV

Scarica i file di estensione DossierData BV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DossierData BV DossierData BV
ID ojdkfmgjbalmncleledajeiojfgfcohk
URL Ufficiale https://chromewebstore.google.com/detail/dossierdata-bv/ojdkfmgjbalmncleledajeiojfgfcohk
Descrizione DossierData BV - Brondata verzamelen.
Dimensione del File 106 KB
Conteggio Installazioni 133
Versione Corrente 3.1.0
Ultimo Aggiornamento 2023-04-17
Data di Pubblicazione 2020-06-09
Sviluppatore iWize B.V.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dossierdata.nl/
URL della Pagina di Aiuto https://dossierdata.nl/
URL della Pagina della Politica sulla Privacy https://iwize.nl/privacy/index.html
Lingue Supportate 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\/*"
        ]
    }
}