BankID CryptoPlugin
Extension for authenticate the citizen through BankID by digital signature without Java
BankID CryptoPlugin란 무엇입니까?
BankID CryptoPlugin은(는) https://biprocessing.org.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for authenticate the citizen through BankID by digital signature without Java"입니다.
확장 프로그램 스크린샷
BankID CryptoPlugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |