Jana - digital signature module

Module to communicate with digital signature application

What is Jana - digital signature module?

Jana - digital signature module is a Chrome extension developed by https://www.ultima.hr, and its main feature is "Module to communicate with digital signature application".

Extension Screenshots

screenshot
screenshot

Download Jana - digital signature module Extension CRX File

Download Jana - digital signature module extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dodatak za komunikaciju s aplikacijom za elektronički potpis.                    

Extension Basic Information

Name Jana - digital signature module Jana - digital signature module
ID pelahmomlhhdedjcolcbinpjimkfcpnf
Official URL https://chromewebstore.google.com/detail/jana-digital-signature-mo/pelahmomlhhdedjcolcbinpjimkfcpnf
Description Module to communicate with digital signature application
File Size 24.86 KB
Installation Count 57,744
Current Version 2.2
Last Updated 2019-09-02
Publish Date 2019-09-02
Rating 2.41/5 Total 22 Ratings
Developer https://www.ultima.hr
Payment Type free
Supported Languages 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"
    ]
}