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