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 là gì?
Dokobit e-signing and e-identification là một tiện ích mở rộng Chrome được phát triển bởi https://www.dokobit.com, và tính năng chính của nó là "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dokobit e-signing and e-identification
Tải xuống các tệp mở rộng Dokobit e-signing and e-identification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cmcgkhihcjkdlgiackjkpcjpbgbpdmgb |
URL Chính Thức | https://chromewebstore.google.com/detail/dokobit-e-signing-and-e-i/cmcgkhihcjkdlgiackjkpcjpbgbpdmgb |
Mô tả | Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners |
Kích Thước Tệp | 21.45 KB |
Số Lần Cài Đặt | 80,000 |
Phiên Bản Hiện Tại | 1.1.55 |
Cập Nhật Lần Cuối | 2024-02-09 |
Ngày Phát Hành | 2020-01-09 |
Đánh Giá | 3.29/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://www.dokobit.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dokobit.com/downloads |
URL Trang Trợ Giúp | https://support.dokobit.com/ |
URL Trang Chính Sách Bảo Mật | https://www.dokobit.com/compliance/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |