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

Co je Dokobit e-signing and e-identification?

Dokobit e-signing and e-identification je rozšíření Chrome vyvinuté https://www.dokobit.com, a jeho hlavní funkcí je „Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dokobit e-signing and e-identification

Stáhněte si soubory rozšíření Dokobit e-signing and e-identification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Oficiální URL https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Popis Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
Velikost souboru 21.45 KB
Počet instalací 80,000
Aktuální Verze 1.1.55
Poslední Aktualizace 2024-02-09
Datum Vydání 2020-01-09
Hodnocení 3.29/5 Celkem 21 Hodnocení
Vývojář https://www.dokobit.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.dokobit.com/downloads
URL Stránky Nápovědy https://support.dokobit.com/
URL Stránky Zásad Ochrany Soukromí https://www.dokobit.com/compliance/privacy-policy
Podporované Jazyky 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"
    ]
}