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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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