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 |
官方網址 | 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" ] } |