Dokobit e-signing and e-identification

Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners

Was ist Dokobit e-signing and e-identification?

Dokobit e-signing and e-identification ist eine Chrome-Erweiterung, die von https://www.dokobit.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Dokobit e-signing and e-identification-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dokobit e-signing and e-identification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Install Dokobit browser extension for Google Chrome to sign documents on Dokobit electronic document signing portal and login to various e-services of Dokobit partners. Dokobit supports Lithuanian, Latvian, Estonian, Finnish, Icelandic, Belgian eIDs and e-Residency smart card. 

In order to use Dokobit for e-signing and e-identification, you have to install required software and verify setup directly from https://www.dokobit.com/downloads.                    

Grundlegende Informationen zur Erweiterung

Name Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Offizielle URL https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Beschreibung Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
Dateigröße 21.45 KB
Installationsanzahl 80,000
Aktuelle Version 1.1.55
Letztes Update 2024-02-09
Veröffentlichungsdatum 2020-01-09
Bewertung 3.29/5 Insgesamt 21 Bewertungen
Entwickler https://www.dokobit.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.dokobit.com/downloads
Hilfeseite URL https://support.dokobit.com/
URL der Datenschutzrichtlinien-Seite https://www.dokobit.com/compliance/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dokobit e-signing and e-identification",
    "version": "1.1.55",
    "minimum_chrome_version": "88.0",
    "manifest_version": 3,
    "description": "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "isign-content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "isign-background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "isign-page.js",
                "isign-script.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}