Jana - digital signature module

Module to communicate with digital signature application

Jana - digital signature moduleとは何ですか?

Jana - digital signature moduleはhttps://www.ultima.hrによって開発されたChromeの拡張機能で、その主な機能は「Module to communicate with digital signature application」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jana - digital signature module拡張機能のCRXファイルをダウンロード

Jana - digital signature module拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dodatak za komunikaciju s aplikacijom za elektronički potpis.                    

拡張機能の基本情報

名前 Jana - digital signature module Jana - digital signature module
ID pelahmomlhhdedjcolcbinpjimkfcpnf
公式URL https://chromewebstore.google.com/detail/jana-digital-signature-mo/pelahmomlhhdedjcolcbinpjimkfcpnf
説明 Module to communicate with digital signature application
ファイルサイズ 24.86 KB
インストール数 57,744
現在のバージョン 2.2
最終更新日 2019-09-02
公開日 2019-09-02
評価 2.41/5 合計 22 レビュー
開発者 https://www.ultima.hr
支払い方法 free
対応言語 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"
    ]
}