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

Qu'est-ce que Dokobit e-signing and e-identification ?

Dokobit e-signing and e-identification est une extension Chrome développée par https://www.dokobit.com, et sa fonction principale est "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dokobit e-signing and e-identification

Téléchargez les fichiers d'extension Dokobit e-signing and e-identification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
URL Officiel https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Description Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
Taille du Fichier 21.45 KB
Nombre d'Installations 80,000
Version Actuelle 1.1.55
Dernière Mise à Jour 2024-02-09
Date de Publication 2020-01-09
Évaluation 3.29/5 Total 21 Évaluations
Développeur https://www.dokobit.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dokobit.com/downloads
URL de la Page d'Aide https://support.dokobit.com/
URL de la Page de Politique de Confidentialité https://www.dokobit.com/compliance/privacy-policy
Langues Prises en Charge 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"
    ]
}