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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |