Crypto-Plugin

Extension for signing payments without Java

Crypto-Pluginとは何ですか?

Crypto-Pluginはhttps://privatbank.uaによって開発されたChromeの拡張機能で、その主な機能は「Extension for signing payments without Java」です。

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

screenshot
screenshot

Crypto-Plugin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension for interacting with a crypto module, that allows you to sign documents using hardware tokens and keys on files using national cryptography. For work it is necessary to install a native cryptomodule, which is installing separately.                    

拡張機能の基本情報

名前 Crypto-Plugin Crypto-Plugin
ID idfiabaafjemgcecklpgnebaebonghka
公式URL https://chromewebstore.google.com/detail/crypto-plugin/idfiabaafjemgcecklpgnebaebonghka
説明 Extension for signing payments without Java
ファイルサイズ 21.38 KB
インストール数 595,769
現在のバージョン 1.1.8
最終更新日 2019-11-19
公開日 2019-11-14
評価 2.61/5 合計 294 レビュー
開発者 https://privatbank.ua
支払い方法 free
拡張機能のウェブサイト https://privatbank.ua/
対応言語 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto-Plugin",
    "version": "1.1.8",
    "description": "__MSG_appDesc__",
    "default_locale": "uk",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.ceb.loc\/*",
            "*:\/\/*.p24.ua\/*",
            "*:\/\/*.pb.ua\/*",
            "*:\/\/*.pb.com.ua\/*",
            "*:\/\/*.privat24.ua\/*",
            "*:\/\/*.privatbank.ua\/*",
            "*:\/\/*.biprocessing.org.ua\/*",
            "*:\/\/*.igov.org.ua\/*",
            "*:\/\/*.bankid.org.ua\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "24": "icon24.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "manifest.json"
    ]
}