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
官方網址 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.
電子郵箱 [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\/*"
        ]
    }
}