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

Τι είναι το Dokobit e-signing and e-identification;

Το Dokobit e-signing and e-identification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.dokobit.com, και η κύρια λειτουργία του είναι "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dokobit e-signing and e-identification

Λήψη αρχείων επέκτασης Dokobit e-signing and e-identification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dokobit e-signing and e-identification Dokobit e-signing and e-identification
ID cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Επίσημο URL https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb
Περιγραφή Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners
Μέγεθος Αρχείου 21.45 KB
Αριθμός Εγκαταστάσεων 80,000
Τρέχουσα Έκδοση 1.1.55
Τελευταία Ενημέρωση 2024-02-09
Ημερομηνία Δημοσίευσης 2020-01-09
Αξιολόγηση 3.29/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://www.dokobit.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.dokobit.com/downloads
Διεύθυνση URL της Σελίδας Βοήθειας https://support.dokobit.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.dokobit.com/compliance/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    ]
}