Jana - digital signature module

Module to communicate with digital signature application

Hvad er Jana - digital signature module?

Jana - digital signature module er en Chrome-udvidelse udviklet af https://www.ultima.hr, og dens hovedfunktion er "Module to communicate with digital signature application".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Jana - digital signature module-udvidelses-CRX-fil

Download Jana - digital signature module-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Dodatak za komunikaciju s aplikacijom za elektronički potpis.                    

Grundlæggende oplysninger om udvidelsen

Navn Jana - digital signature module Jana - digital signature module
ID pelahmomlhhdedjcolcbinpjimkfcpnf
Officiel URL https://chromewebstore.google.com/detail/jana-digital-signature-mo/pelahmomlhhdedjcolcbinpjimkfcpnf
Beskrivelse Module to communicate with digital signature application
Filstørrelse 24.86 KB
Antal Installationer 57,744
Nuværende Version 2.2
Senest Opdateret 2019-09-02
Udgivelsesdato 2019-09-02
Bedømmelse 2.41/5 Samlet 22 Bedømmelser
Udvikler https://www.ultima.hr
Betalingsmetode free
Understøttede Sprog 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"
    ]
}