Jana - digital signature module
Module to communicate with digital signature application
Was ist Jana - digital signature module?
Jana - digital signature module ist eine Chrome-Erweiterung, die von https://www.ultima.hr entwickelt wurde, und ihr Hauptmerkmal ist "Module to communicate with digital signature application".
Erweiterungsscreenshots
Jana - digital signature module-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jana - digital signature module-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Dodatak za komunikaciju s aplikacijom za elektronički potpis.
Grundlegende Informationen zur Erweiterung
Name | Jana - digital signature module |
ID | pelahmomlhhdedjcolcbinpjimkfcpnf |
Offizielle URL | https://chromewebstore.google.com/detail/jana-digital-signature-mo/pelahmomlhhdedjcolcbinpjimkfcpnf |
Beschreibung | Module to communicate with digital signature application |
Dateigröße | 24.86 KB |
Installationsanzahl | 57,744 |
Aktuelle Version | 2.2 |
Letztes Update | 2019-09-02 |
Veröffentlichungsdatum | 2019-09-02 |
Bewertung | 2.41/5 Insgesamt 22 Bewertungen |
Entwickler | https://www.ultima.hr |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |