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 - это расширение Chrome, разработанное https://www.dokobit.com, и его основная функция - "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners".
Снимки экрана расширения
Скачать файл CRX расширения Dokobit e-signing and e-identification
Скачайте файлы расширений 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" ] } |