SIT 3DA CA WEB Client
Extension for signing documents in browser
SIT 3DA CA WEB Client란 무엇입니까?
SIT 3DA CA WEB Client은(는) SIT LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for signing documents in browser"입니다.
확장 프로그램 스크린샷
SIT 3DA CA WEB Client 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Розширення для накладання електронного підпису на документи у браузерах
확장 프로그램 기본 정보
이름 | SIT 3DA CA WEB Client |
ID | nphbijnpcjlohpbpbaogffkagaeoaono |
공식 URL | https://chromewebstore.google.com/detail/sit-3da-ca-web-client/nphbijnpcjlohpbpbaogffkagaeoaono |
설명 | Extension for signing documents in browser |
파일 크기 | 29.72 KB |
설치 횟수 | 1,029 |
현재 버전 | 1.0.19 |
최근 업데이트 | 2022-07-27 |
출시 날짜 | 2019-07-15 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | SIT LLC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sit.company |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "uk", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_start" } ], "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "manifest_version": 2, "version": "1.0.19", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging", "*:\/\/*\/*" ], "icons": { "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "__MSG_extensionName__", "default_popup": "popup.html" } } |