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是由https://www.dokobit.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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.
扩展基本信息
名称 | |
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" ] } |