Disig Web Signer

Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature

Disig Web Signer란 무엇입니까?

Disig Web Signer은(는) Disig a.s.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature"입니다.

확장 프로그램 스크린샷

screenshot

Disig Web Signer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extension for Disig Web Signer application that is used for signing electronic documents with advanced or qualified electronic signatures in web portal environments.

It is also necessary to install Disig Web Signer application from a standalone installer package that can be acquired for example at https://zep.disig.sk/.                    

확장 프로그램 기본 정보

이름 Disig Web Signer Disig Web Signer
ID hfaapeomffgpemdlpgcjlgcogkiecjjn
공식 URL https://chromewebstore.google.com/detail/disig-web-signer/hfaapeomffgpemdlpgcjlgcogkiecjjn
설명 Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature
파일 크기 30.81 KB
설치 횟수 12,169
현재 버전 1.1.2.0
최근 업데이트 2020-07-09
출시 날짜 2020-07-08
평점 2.33/5 총 3 개의 평점
개발자 Disig a.s.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zep.disig.sk/QESPortal/sk/Info/Wizard
도움말 페이지 URL https://zep.disig.sk/Portal/sk/Info/Support
지원되는 언어 en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "WebSigner",
    "author": "Disig, a.s.",
    "description": "__MSG_appDesc__",
    "version": "1.1.2.0",
    "icons": {
        "16": "icons\/dws_16.png",
        "19": "icons\/dws_19.png",
        "32": "icons\/dws_32.png",
        "38": "icons\/dws_38.png",
        "128": "icons\/dws_128.png"
    },
    "default_locale": "sk",
    "background": {
        "scripts": [
            "dispatcher.js",
            "native-host.js",
            "native-host-manager.js",
            "main.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}