SmartPKI component extension
This extension are used with SmartPKI component(required extra installation). Copyright 2012 Zhan Xin Information Co., Ltd.
SmartPKI component extensionคืออะไร?
SmartPKI component extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zhan Xin Information Co., Ltd. และคุณลักษณะหลักของมันคือ "This extension are used with SmartPKI component(required extra installation). Copyright 2012 Zhan Xin Information Co., Ltd."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartPKI component extension
ดาวน์โหลดไฟล์ส่วนขยาย SmartPKI component extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
藉由電子簽章法的通過,網路上的身分識別與商業交易行為,可以仰賴電子文件與數位簽章來確立其權利與義務。但憑證IC卡數位簽/驗章與加/解密機制是一個很複雜的API呼叫過程,為了簡化這些過程,展信資訊-多憑證驗證安控模組SmartPKI (http://www.zhaninfo.com),提供了MOICA自然人憑證、MOEACA工商憑證、GCA機關憑證、XCA組織及團體憑證,HCA醫事憑證...等簡易的憑證IC卡操作服務。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SmartPKI component extension |
ID | jhffgcfmcckgmioipfnmbannkpncfipo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smartpki-component-extens/jhffgcfmcckgmioipfnmbannkpncfipo |
คำอธิบาย | This extension are used with SmartPKI component(required extra installation). Copyright 2012 Zhan Xin Information Co., Ltd. |
ขนาดไฟล์ | 28.66 KB |
จำนวนการติดตั้ง | 961,608 |
เวอร์ชันปัจจุบัน | 0.0.1.3 |
อัปเดตครั้งล่าสุด | 2019-11-21 |
วันที่เผยแพร่ | 2019-11-20 |
คะแนน | 2.48/5 รวมทั้งหมด 199 คะแนน |
ผู้พัฒนา | Zhan Xin Information Co., Ltd. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.zhaninfo.com/web/va.html |
URL หน้าช่วยเหลือ | http://www.zhaninfo.com/web/va-QA.html |
URL หน้านโยบายความเป็นส่วนตัว | http://www.zhaninfo.com/web/Privacy-VA.html |
ภาษาที่รองรับ | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.0.1.3", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "zh_TW", "icons": { "128": "icon-128.png" }, "minimum_chrome_version": "32", "homepage_url": "http:\/\/www.zhaninfo.com", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "bg.js" ] }, "page_action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_title": "__MSG_pageActionTitle__" }, "web_accessible_resources": [ "pagejs.js", "util.js", "manifest.json" ], "permissions": [ "nativeMessaging" ] } |