GOK eProcurement Digital Signer

Extension for GOK eProcurement Application Digital Signing

GOK eProcurement Digital Signerคืออะไร?

GOK eProcurement Digital Signer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eproc.karnataka.gov.in และคุณลักษณะหลักของมันคือ "Extension for GOK eProcurement Application Digital Signing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GOK eProcurement Digital Signer

ดาวน์โหลดไฟล์ส่วนขยาย GOK eProcurement Digital Signer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}