Jana - digital signature module

Module to communicate with digital signature application

Wat is Jana - digital signature module?

Jana - digital signature module is een Chrome-extensie ontwikkeld door https://www.ultima.hr, en de belangrijkste functie is "Module to communicate with digital signature application".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jana - digital signature module

Download Jana - digital signature module-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Dodatak za komunikaciju s aplikacijom za elektronički potpis.                    

Basisinformatie over de Extensie

Naam Jana - digital signature module Jana - digital signature module
ID pelahmomlhhdedjcolcbinpjimkfcpnf
Officiële URL https://chromewebstore.google.com/detail/jana-digital-signature-mo/pelahmomlhhdedjcolcbinpjimkfcpnf
Beschrijving Module to communicate with digital signature application
Bestandsgrootte 24.86 KB
Aantal Installaties 57,744
Huidige Versie 2.2
Laatst Bijgewerkt 2019-09-02
Publicatiedatum 2019-09-02
Beoordeling 2.41/5 Totaal 22 Beoordelingen
Ontwikkelaar https://www.ultima.hr
Betalingswijze free
Ondersteunde Talen en,hr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "hr",
    "version": "2.2",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "jana_16.png",
        "48": "jana_48.png",
        "128": "jana_128.png"
    },
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}