Crypto-Plugin
Extension for signing payments without Java
Crypto-Plugin란 무엇입니까?
Crypto-Plugin은(는) https://privatbank.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for signing payments without Java"입니다.
확장 프로그램 스크린샷
Crypto-Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for interacting with a crypto module, that allows you to sign documents using hardware tokens and keys on files using national cryptography. For work it is necessary to install a native cryptomodule, which is installing separately.
확장 프로그램 기본 정보
이름 | Crypto-Plugin |
ID | idfiabaafjemgcecklpgnebaebonghka |
공식 URL | https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka |
설명 | Extension for signing payments without Java |
파일 크기 | 21.38 KB |
설치 횟수 | 595,769 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2019-11-19 |
출시 날짜 | 2019-11-14 |
평점 | 2.61/5 총 294 개의 평점 |
개발자 | https://privatbank.ua |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://privatbank.ua/ |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto-Plugin", "version": "1.1.8", "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": { "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" ] } |