Electonic signature CNB
Extension enabling the implementation of an electronic signature in a web browser environment.
Electonic signature CNBคืออะไร?
Electonic signature CNB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Česká národní banka และคุณลักษณะหลักของมันคือ "Extension enabling the implementation of an electronic signature in a web browser environment."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Electonic signature CNB
ดาวน์โหลดไฟล์ส่วนขยาย Electonic signature CNB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Electonic signature CNB |
ID | hdbmbdpobhimeabanajlbkinlhkoflpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/electonic-signature-cnb/hdbmbdpobhimeabanajlbkinlhkoflpk |
คำอธิบาย | Extension enabling the implementation of an electronic signature in a web browser environment. |
ขนาดไฟล์ | 17.23 KB |
จำนวนการติดตั้ง | 8,657 |
เวอร์ชันปัจจุบัน | 2.1.0.1 |
อัปเดตครั้งล่าสุด | 2022-10-21 |
วันที่เผยแพร่ | 2020-12-23 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Česká národní banka |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://abok.cnb.cz/ |
URL หน้าช่วยเหลือ | https://abok.cnb.cz/ |
ภาษาที่รองรับ | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "CNB PKI", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "nativeMessaging", "activeTab", "storage", "cookies" ], "host_permissions": [ "*:\/\/*.cnb.cz\/*", "*:\/\/localhost\/*" ], "manifest_version": 3, "version": "2.1.0.1", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.cnb.cz\/*" ] }, "icons": { "128": "icons\/icon-128.png" }, "action": { "default_icon": "icons\/icon-38.png", "default_title": "__MSG_appName__" } } |