Digital Signature Extension

Extension for EDS Plugin.

Digital Signature Extension란 무엇입니까?

Digital Signature Extension은(는) https://akforta.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for EDS Plugin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Digital Signature Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make electronic digital signature anywhere you want!
Extension will make you sure to sign your document or any file in browser Chrome. It should be used after installing plugin for Electronic Digital Signature.

★ You can get more rich documentation on using this extension from supplier.

★ Digital signature
There is web-form for Document Management System.

★ Trusted by government standart
Digital signature is De facto of every large business electronic system


By installing the extension, you agree to the standard of GOST.                    

확장 프로그램 기본 정보

이름 Digital Signature Extension Digital Signature Extension
ID kpldbmkpocjcmmfibhekikdmljaiepkh
공식 URL https://chromewebstore.google.com/detail/digital-signature-extensi/kpldbmkpocjcmmfibhekikdmljaiepkh
설명 Extension for EDS Plugin.
파일 크기 37.04 KB
설치 횟수 8,213
현재 버전 1.3
최근 업데이트 2018-01-26
출시 날짜 2018-01-26
평점 4.00/5 총 2 개의 평점
개발자 https://akforta.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://http:www.akforta.com
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digital Signature Extension",
    "version": "1.3",
    "description": "Extension for EDS Plugin.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.akforta.kg\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.akforta.kg\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}