Web PKI
Extension to use digital certificates within webpages
Web PKIคืออะไร?
Web PKI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://get.webpkiplugin.com และคุณลักษณะหลักของมันคือ "Extension to use digital certificates within webpages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web PKI
ดาวน์โหลดไฟล์ส่วนขยาย Web PKI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WebPKI is web based component that supports documents digital signing, signature verification and document encryption. This product is developed to enable browser signing of documents with user’s digital certificates and it is supported by web browsers, without the need of Java. WebPKI offers the following advantages: -Simple digital signing of documents from a web browser with user’s digital certificates, which provides proof of the signer’s identity and document integrity -Enables document signing using criptographic devices. -Enables detection and verification of existing digital signatures on PDF files -Easy integration of signing component into existing web applications -Easy configuration of the component to set up trusted issuers, or list of approved signers, or uniquely allowed certificate.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web PKI |
ID | dcngeagmmhegagicpcmpinaoklddcgon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-pki/dcngeagmmhegagicpcmpinaoklddcgon |
คำอธิบาย | Extension to use digital certificates within webpages |
ขนาดไฟล์ | 429 KB |
จำนวนการติดตั้ง | 2,513,323 |
เวอร์ชันปัจจุบัน | 2.16.0 |
อัปเดตครั้งล่าสุด | 2022-06-19 |
วันที่เผยแพร่ | 2019-10-12 |
คะแนน | 3.10/5 รวมทั้งหมด 152 คะแนน |
ผู้พัฒนา | https://get.webpkiplugin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.lacunasoftware.com/home/certificate#/web |
URL หน้าช่วยเหลือ | https://help.lacunasoftware.com |
ภาษาที่รองรับ | en,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnBavkR258p13MrjMWNxXdyRgS+\/G6XoyudG\/YbrgrN\/5uevgc3uFvIYqC7yYveP7HNRL0rao1qr3xNJAEaszNbHO5OxbPNGdOsORz2XQWe4VmjPq+EZ\/0fpHc+JFI8z4Bhc4jMSgzwVQL\/0TeA4F9QLWU0AhGyaN6UlZzh6rcGn7TXb\/Xudo5bg5x3H++TFq9K625LIdknQNtq2a\/e2slSs5OaegLc48oXggYjVn4Xur6fOf1NXkoUccHG6vU\/penuDWQQtz3xkHgTuu51IpriVIRvYt6V4EWsDwqsFBMAaYjziUtsNOy6FScBM99NO83t7o5qLfqUYd+vODAgj\/xQIDAQAB", "name": "Web PKI", "description": "Extension to use digital certificates within webpages", "version": "2.16.0", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content-script.js" ], "all_frames": true } ], "background": { "scripts": [ "scripts\/forge-cipher.js", "scripts\/signalr-client-1.0.4.js", "scripts\/sjcl.js", "scripts\/event-page.js" ], "persistent": false }, "permissions": [ "nativeMessaging", "storage", "downloads", "tabs" ], "browser_action": { "default_icon": { "19": "img\/browser-icon-small.png", "38": "img\/browser-icon-big.png" }, "default_title": "Web PKI options", "default_popup": "popup.html" }, "default_locale": "en" } |