BankID CryptoPlugin

Extension for authenticate the citizen through BankID by digital signature without Java

什么是BankID CryptoPlugin?

BankID CryptoPlugin是由https://biprocessing.org.ua开发的Chrome扩展程序,该扩展的主要功能是“Extension for authenticate the citizen through BankID by digital signature without Java”。

扩展截图

screenshot

下载BankID CryptoPlugin扩展crx文件

下载BankID CryptoPlugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension for authenticate the citizen through BankID by digital signature without Java                    

扩展基本信息

名称 BankID CryptoPlugin BankID CryptoPlugin
ID pgfbdgicjmhenccemcijooffohcdanic
官方URL https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic
简介 Extension for authenticate the citizen through BankID by digital signature without Java
文件大小 69.84 KB
安装次数 595,694
当前版本 1.0.3
更新时间 2020-05-07
上架时间 2020-05-06
评分 2.93/5 共211次评分
开发者 https://biprocessing.org.ua
付费类型 free
扩展官网 https://bankid.org.ua
支持的语言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BankID CryptoPlugin",
    "version": "1.0.3",
    "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": {
        "512": "icon512.png",
        "256": "icon256.png",
        "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"
    ]
}