Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Mi-SigNature là gì?
Mi-SigNature là một tiện ích mở rộng Chrome được phát triển bởi MIMOS, và tính năng chính của nó là "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".
Ả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 Mi-SigNature
Tải xuống các tệp mở rộng Mi-SigNature 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
Mi-SigNature provides digital signature on web environment. It allows users to perform a digital signing on any data, to preserve the integrity of the data and to identify the authors of the data. It supports SHA-256 hash algorithm. It supports PKCS#12 and PKCS#11 hardware cryptographic tokens.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mi-SigNature |
ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
URL Chính Thức | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
Mô tả | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
Kích Thước Tệp | 33.28 KB |
Số Lần Cài Đặt | 685 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2017-03-22 |
Ngày Phát Hành | 2017-03-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | MIMOS |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uap.mimos.my |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mi-SigNature", "version": "0.0.4", "minimum_chrome_version": "40.0", "manifest_version": 2, "description": "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ] } |