Mi-SigNature
MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Mi-SigNatureคืออะไร?
Mi-SigNature เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MIMOS และคุณลักษณะหลักของมันคือ "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mi-SigNature
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |