GOK eProcurement Digital Signer

Extension for GOK eProcurement Application Digital Signing

GOK eProcurement Digital Signer란 무엇입니까?

GOK eProcurement Digital Signer은(는) https://eproc.karnataka.gov.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for GOK eProcurement Application Digital Signing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GOK eProcurement Digital Signer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GoK eProcurement Signature provides digital signature on windows web environment. Extension will make you sure to sign data and transaction security in browser chrome. It allows users to perform a digital signing, encryption and decryption of documents.

This extension is developed to enable browser signing of documents with user’s digital certificates and it is supported by chrome web browsers, without the need of Java.                    

확장 프로그램 기본 정보

이름 GOK eProcurement Digital Signer GOK eProcurement Digital Signer
ID oneboplbahpaldoloieajnbibaeocdlj
공식 URL https://chromewebstore.google.com/detail/gok-eprocurement-digital/oneboplbahpaldoloieajnbibaeocdlj
설명 Extension for GOK eProcurement Application Digital Signing
파일 크기 10.08 KB
설치 횟수 51,031
현재 버전 1.3
최근 업데이트 2018-04-24
출시 날짜 2018-04-24
평점 4.00/5 총 5 개의 평점
개발자 https://eproc.karnataka.gov.in
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "GOK eProcurement Digital Signer",
    "description": "Extension for GOK eProcurement Application Digital Signing",
    "version": "1.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GOK PKI",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/127.0.0.1:9090\/*",
            "http:\/\/localhost:9090\/*",
            "https:\/\/130.175.175.248\/*",
            "http:\/\/130.175.175.249:8080\/*",
            "http:\/\/130.175.175.250:8080\/*",
            "https:\/\/117.239.137.30\/*",
            "https:\/\/eproc.karnataka.gov.in\/*"
        ],
        "accepts_tls_channel_id": false
    }
}