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
Wat is Dokobit e-signing and e-identification?
Dokobit e-signing and e-identification is een Chrome-extensie ontwikkeld door https://www.dokobit.com, en de belangrijkste functie is "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".
Extensie Screenshots
Download het CRX-bestand van de extensie Dokobit e-signing and e-identification
Download Dokobit e-signing and e-identification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cmcgkhihcjkdlgiackjkpcjpbgbpdmgb |
Officiële URL | https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb |
Beschrijving | Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners |
Bestandsgrootte | 21.45 KB |
Aantal Installaties | 80,000 |
Huidige Versie | 1.1.55 |
Laatst Bijgewerkt | 2024-02-09 |
Publicatiedatum | 2020-01-09 |
Beoordeling | 3.29/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://www.dokobit.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.dokobit.com/downloads |
Help Pagina-URL | https://support.dokobit.com/ |
URL van de Privacybeleid Pagina | https://www.dokobit.com/compliance/privacy-policy |
Ondersteunde Talen | 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" ] } |