BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
BankID CryptoPluginคืออะไร?
BankID CryptoPlugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://biprocessing.org.ua และคุณลักษณะหลักของมันคือ "Extension for authenticate the citizen through BankID by digital signature without Java"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BankID CryptoPlugin
ดาวน์โหลดไฟล์ส่วนขยาย BankID CryptoPlugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension for authenticate the citizen through BankID by digital signature without Java
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BankID CryptoPlugin |
ID | pgfbdgicjmhenccemcijooffohcdanic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic |
คำอธิบาย | Extension for authenticate the citizen through BankID by digital signature without Java |
ขนาดไฟล์ | 69.84 KB |
จำนวนการติดตั้ง | 595,694 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-05-07 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 2.93/5 รวมทั้งหมด 211 คะแนน |
ผู้พัฒนา | https://biprocessing.org.ua |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bankid.org.ua |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BankID CryptoPlugin", "version": "1.0.3", "description": "__MSG_appDesc__", "default_locale": "uk", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.ceb.loc\/*", "*:\/\/*.p24.ua\/*", "*:\/\/*.pb.ua\/*", "*:\/\/*.pb.com.ua\/*", "*:\/\/*.privat24.ua\/*", "*:\/\/*.privatbank.ua\/*", "*:\/\/*.biprocessing.org.ua\/*", "*:\/\/*.igov.org.ua\/*", "*:\/\/*.bankid.org.ua\/*" ] }, "icons": { "512": "icon512.png", "256": "icon256.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "24": "icon24.png", "16": "icon16.png" }, "manifest_version": 2, "web_accessible_resources": [ "manifest.json" ] } |