GOK eProcurement Digital Signer

Extension for GOK eProcurement Application Digital Signing

What is GOK eProcurement Digital Signer?

GOK eProcurement Digital Signer is a Chrome extension developed by https://eproc.karnataka.gov.in, and its main feature is "Extension for GOK eProcurement Application Digital Signing".

Extension Screenshots

screenshot
screenshot
screenshot

Download GOK eProcurement Digital Signer Extension CRX File

Download GOK eProcurement Digital Signer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GOK eProcurement Digital Signer GOK eProcurement Digital Signer
ID oneboplbahpaldoloieajnbibaeocdlj
Official URL https://chromewebstore.google.com/detail/gok-eprocurement-digital/oneboplbahpaldoloieajnbibaeocdlj
Description Extension for GOK eProcurement Application Digital Signing
File Size 10.08 KB
Installation Count 51,031
Current Version 1.3
Last Updated 2018-04-24
Publish Date 2018-04-24
Rating 4.00/5 Total 5 Ratings
Developer https://eproc.karnataka.gov.in
Payment Type free
Supported Languages 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
    }
}