WebSigner
Provides creation of electronic digital signature on web-pages using Gepard 2.0 library
WebSigner란 무엇입니까?
WebSigner은(는) https://www.dbosoft.com.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides creation of electronic digital signature on web-pages using Gepard 2.0 library"입니다.
확장 프로그램 스크린샷
WebSigner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "WebSigner" extension provides the ability to superimpose a digital signature using file and hardware key information. Supported hardware: - iBank 2 Key - iToken - Crystal - SecureToken 318
확장 프로그램 기본 정보
이름 | WebSigner |
ID | lhelgailafdbgpkflhoifeebgohnnnpc |
공식 URL | https://chromewebstore.google.com/detail/websigner/lhelgailafdbgpkflhoifeebgohnnnpc |
설명 | Provides creation of electronic digital signature on web-pages using Gepard 2.0 library |
파일 크기 | 30.31 KB |
설치 횟수 | 188,969 |
현재 버전 | 1.0.10 |
최근 업데이트 | 2022-09-24 |
출시 날짜 | 2018-09-13 |
평점 | 2.01/5 총 102 개의 평점 |
개발자 | https://www.dbosoft.com.ua |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "default_locale": "uk", "description": "__MSG_appDesc__", "icons": { "128": "Icon128.png", "48": "Icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAizoa6ge1tglsgV8aqGdjbo9nJ7NbXcuZ9lDXUNpzeqEA94lxrzk7zxgitwnIg9Uv5pZgbMJuiC6RBneDZVQQueKm+6msHPhmNTGANK4G5rq2RjOMPo+f1X\/QcXQZ7KT6ZALryWfLCN\/KKpP3rVcd7y2FDhV1u0z\/8R8tpbEhSMLgD8YoOvNuiskLD52gEdUIDXaWdO4QRynv62vEMMhQkJyKBn0IvD38jLVZoi66M+VK9X3Xh87QDukv3v+WMc4yAVHR6csly4qO+1aJiCqw+Yapw905ITIrWJNmKQ5nqR\/3oVIC3S3C+fNAd1LVwI81gyQf6DSd4DZuppV5kJG8YwIDAQAB", "manifest_version": 2, "name": "WebSigner", "permissions": [ "nativeMessaging", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.10", "web_accessible_resources": [ "manifest.json" ] } |