Asseco Signing Tool
Signs documents using personal certificates. Needs native component installed to work.
Asseco Signing Tool란 무엇입니까?
Asseco Signing Tool은(는) asseco.signer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Signs documents using personal certificates. Needs native component installed to work."입니다.
확장 프로그램 스크린샷
Asseco Signing Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Signs documents using personal certificates. Needs native component installed to work.
확장 프로그램 기본 정보
이름 | Asseco Signing Tool |
ID | ibfiamfekfpbfebihldgoeicmddpmagb |
공식 URL | https://chromewebstore.google.com/detail/asseco-signing-tool/ibfiamfekfpbfebihldgoeicmddpmagb |
설명 | Signs documents using personal certificates. Needs native component installed to work. |
파일 크기 | 262 KB |
설치 횟수 | 390 |
현재 버전 | 5.1.1 |
최근 업데이트 | 2018-12-10 |
출시 날짜 | 2018-12-10 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | asseco.signer |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "asseco see", "manifest_version": 2, "name": "Asseco Signing Tool", "version": "5.1.1", "description": "Signs documents using personal certificates. Needs native component installed to work.", "browser_action": { "default_icon": { "20": "images\/icons8-stamp-20.png", "40": "images\/icons8-stamp-40.png", "48": "images\/icons8-stamp-48.png", "96": "images\/icons8-stamp-96.png" }, "default_title": "Asseco Signing Tool", "default_popup": "popup.html" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.uvmk.gov.mk\/*", "*:\/\/e-agencija.aek.mk\/*", "*:\/\/signing.asseco-see.mk\/demo\/*" ], "js": [ "dist\/content-script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "injected-script.js" ], "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "50.0" } }, "permissions": [ "*:\/\/localhost\/*", "https:\/\/*.uvmk.gov.mk\/*", "*:\/\/e-agencija.aek.mk\/*", "*:\/\/signing.asseco-see.mk\/demo\/*", "*:\/\/*.w3.org\/*", "activeTab", "nativeMessaging" ] } |