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 to jest Dokobit e-signing and e-identification?

Dokobit e-signing and e-identification to rozszerzenie Chrome opracowane przez https://www.dokobit.com, a jego główną funkcją jest „Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dokobit e-signing and e-identification

Pobierz pliki rozszerzeń Dokobit e-signing and e-identification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Oficjalny URL https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Opis Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
Rozmiar pliku 21.45 KB
Liczba instalacji 80,000
Aktualna Wersja 1.1.55
Ostatnia Aktualizacja 2024-02-09
Data Publikacji 2020-01-09
Ocena 3.29/5 Łącznie 21 Oceny
Deweloper https://www.dokobit.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.dokobit.com/downloads
Adres URL Strony Pomocy https://support.dokobit.com/
Adres URL Strony Polityki Prywatności https://www.dokobit.com/compliance/privacy-policy
Obsługiwane Języki 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"
    ]
}