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

Cos'è Dokobit e-signing and e-identification?

Dokobit e-signing and e-identification è un'estensione di Chrome sviluppata da https://www.dokobit.com, e la sua funzione principale è "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dokobit e-signing and e-identification

Scarica i file di estensione Dokobit e-signing and e-identification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
URL Ufficiale https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Descrizione Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
Dimensione del File 21.45 KB
Conteggio Installazioni 80,000
Versione Corrente 1.1.55
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2020-01-09
Valutazione 3.29/5 Totale 21 Valutazioni
Sviluppatore https://www.dokobit.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dokobit.com/downloads
URL della Pagina di Aiuto https://support.dokobit.com/
URL della Pagina della Politica sulla Privacy https://www.dokobit.com/compliance/privacy-policy
Lingue Supportate 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"
    ]
}