Asan ID token signing
Use your Asan ID smart card on the web
Asan ID token signing là gì?
Asan ID token signing là một tiện ích mở rộng Chrome được phát triển bởi Best Solutions, và tính năng chính của nó là "Use your Asan ID smart card on the web".
Ả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 Asan ID token signing
Tải xuống các tệp mở rộng Asan ID token signing 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
URL Chính Thức | https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci |
Mô tả | Use your Asan ID smart card on the web |
Kích Thước Tệp | 62.84 KB |
Số Lần Cài Đặt | 34,441 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-10-01 |
Ngày Phát Hành | 2015-10-01 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Best Solutions |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.asanimza.az/en/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |