BankID CryptoPlugin

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

BankID CryptoPlugin là gì?

BankID CryptoPlugin là một tiện ích mở rộng Chrome được phát triển bởi https://biprocessing.org.ua, và tính năng chính của nó là "Extension for authenticate the citizen through BankID by digital signature without Java".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BankID CryptoPlugin

Tải xuống các tệp mở rộng BankID CryptoPlugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BankID CryptoPlugin BankID CryptoPlugin
ID pgfbdgicjmhenccemcijooffohcdanic
URL Chính Thức https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic
Mô tả Extension for authenticate the citizen through BankID by digital signature without Java
Kích Thước Tệp 69.84 KB
Số Lần Cài Đặt 595,694
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-05-07
Ngày Phát Hành 2020-05-06
Đánh Giá 2.93/5 Tổng số 211 Đánh Giá
Nhà Phát Triển https://biprocessing.org.ua
Loại Thanh Toán free
Trang Web Mở Rộng https://bankid.org.ua
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}