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 |
| 官方網址 | 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"
]
} | |