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
O que é Dokobit e-signing and e-identification?
Dokobit e-signing and e-identification é uma extensão do Chrome desenvolvida por https://www.dokobit.com, e sua principal característica é "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dokobit e-signing and e-identification
Baixe arquivos de extensão Dokobit e-signing and e-identification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Dokobit e-signing and e-identification |
ID | cmcgkhihcjkdlgiackjkpcjpbgbpdmgb |
URL Oficial | https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb |
Descrição | Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners |
Tamanho do Arquivo | 21.45 KB |
Contagem de Instalações | 80,000 |
Versão Atual | 1.1.55 |
Última Atualização | 2024-02-09 |
Data de Publicação | 2020-01-09 |
Classificação | 3.29/5 Total de 21 Avaliações |
Desenvolvedor | https://www.dokobit.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.dokobit.com/downloads |
URL da Página de Ajuda | https://support.dokobit.com/ |
URL da Página de Política de Privacidade | https://www.dokobit.com/compliance/privacy-policy |
Idiomas Suportados | 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" ] } |