GOK eProcurement Digital Signer

Extension for GOK eProcurement Application Digital Signing

GOK eProcurement Digital Signer là gì?

GOK eProcurement Digital Signer là một tiện ích mở rộng Chrome được phát triển bởi https://eproc.karnataka.gov.in, và tính năng chính của nó là "Extension for GOK eProcurement Application Digital Signing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GOK eProcurement Digital Signer

Tải xuống các tệp mở rộng GOK eProcurement Digital Signer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GOK eProcurement Digital Signer GOK eProcurement Digital Signer
ID oneboplbahpaldoloieajnbibaeocdlj
URL Chính Thức https://chromewebstore.google.com/detail/gok-eprocurement-digital/oneboplbahpaldoloieajnbibaeocdlj
Mô tả Extension for GOK eProcurement Application Digital Signing
Kích Thước Tệp 10.08 KB
Số Lần Cài Đặt 51,031
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-04-24
Ngày Phát Hành 2018-04-24
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://eproc.karnataka.gov.in
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}