Asan ID token signing
Use your Asan ID smart card on the web
Что такое Asan ID token signing?
Asan ID token signing - это расширение Chrome, разработанное Best Solutions, и его основная функция - "Use your Asan ID smart card on the web".
Снимки экрана расширения
Скачать файл CRX расширения Asan ID token signing
Скачайте файлы расширений Asan ID token signing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is required to use Asan ID, a smart card based e-signature solution, when authenticating and giving digital signatures on the web. One of such examples would be ASANDOC portal which enables storing, e-signing and sharing of documents. This extension is installed automatically upon installation of AsanDoc Client software.
Основная информация о расширении
Название | |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
Официальный URL | https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci |
Описание | Use your Asan ID smart card on the web |
Размер файла | 62.84 KB |
Количество установок | 34,441 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2015-10-01 |
Дата публикации | 2015-10-01 |
Рейтинг | 3.75/5 Всего 4 оценок |
Разработчик | Best Solutions |
Тип оплаты | free |
Официальный сайт расширения | http://www.asanimza.az/en/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asan ID token signing", "version": "0.0.1", "minimum_chrome_version": "40.0", "manifest_version": 2, "description": "Use your Asan ID smart card on the web", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "azedit_content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "azedit_background.js" ] }, "web_accessible_resources": [ "azedit_page.js" ], "permissions": [ "nativeMessaging" ] } |