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"
]
} | |