Ikbenfrits

Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.

¿Qué es Ikbenfrits?

Ikbenfrits es una extensión de Chrome desarrollada por ikbenfrits, y su función principal es "Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Ikbenfrits

Descarga archivos de extensión Ikbenfrits en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving

Met deze extensie kun je bij verschillende instanties je persoonlijke documenten downloaden. De informatie uit deze documenten wordt daarna gebundeld in één overzichtelijk document. Op een privacyvriendelijke manier natuurlijk.                    

Información Básica de la Extensión

Nombre Ikbenfrits Ikbenfrits
ID mejooooabdglcdpcigfeaboccnjkfnda
URL Oficial https://chromewebstore.google.com/detail/ikbenfrits/mejooooabdglcdpcigfeaboccnjkfnda
Descripción Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.
Tamaño del Archivo 91.39 KB
Cantidad de Instalaciones 142
Versión Actual 1.0.0
Última Actualización 2021-09-16
Fecha de Publicación 2021-09-13
Desarrollador ikbenfrits
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ikbenfrits.nl/welkom/
URL de la Página de Política de Privacidad https://www.ikbenfrits.nl/privacy
Idiomas Soportados nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ikbenfrits",
    "description": "Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "homepage_url": "https:\/\/www.ikbenfrits.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:\/\/*.belastingdienst.nl\/*",
                "https:\/\/*.duo.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:\/\/*.belastingdienst.nl\/*",
        "https:\/\/*.duo.nl\/*",
        "https:\/\/*.digid.nl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/logo32X32.png",
        "default_title": "Ikbenfrits.nl"
    },
    "web_accessible_resources": [
        "resources\/logo80X80.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.iwize.nl\/*"
        ]
    }
}