DossierData BV

DossierData BV - Brondata verzamelen.

DossierData BVとは何ですか?

DossierData BVはiWize B.V.によって開発されたChromeの拡張機能で、その主な機能は「DossierData BV - Brondata verzamelen.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

DossierData BV拡張機能のCRXファイルをダウンロード

DossierData BV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DossierData BV DossierData BV
ID ojdkfmgjbalmncleledajeiojfgfcohk
公式URL https://chromewebstore.google.com/detail/dossierdata-bv/ojdkfmgjbalmncleledajeiojfgfcohk
説明 DossierData BV - Brondata verzamelen.
ファイルサイズ 106 KB
インストール数 133
現在のバージョン 3.1.0
最終更新日 2023-04-17
公開日 2020-06-09
開発者 iWize B.V.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dossierdata.nl/
ヘルプページのURL https://dossierdata.nl/
プライバシーポリシーページのURL https://iwize.nl/privacy/index.html
対応言語 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\/*"
        ]
    }
}