Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
什么是Mi-SigNature?
Mi-SigNature是由MIMOS开发的Chrome扩展程序,该扩展的主要功能是“MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser”。
扩展截图
下载Mi-SigNature扩展crx文件
下载Mi-SigNature扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | jhppfdbphdfchpfholhiehcdnbgkfjio |
| 官方URL | https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio |
| 简介 | MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser |
| 文件大小 | 33.28 KB |
| 安装次数 | 685 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2017-03-22 |
| 上架时间 | 2017-03-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | MIMOS |
| 付费类型 | free |
| 扩展官网 | https://uap.mimos.my |
| 支持的语言 | 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"
]
} | |