I.CA PKI Service Component

Component for calling native PKI libraries.

I.CA PKI Service Component là gì?

I.CA PKI Service Component là một tiện ích mở rộng Chrome được phát triển bởi https://ica.cz, và tính năng chính của nó là "Component for calling native PKI libraries.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I.CA PKI Service Component

Tải xuống các tệp mở rộng I.CA PKI Service Component 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

                        The component is used to work with certificates and smart card in a web browser environment. Enables digital signing, certificate-based authentication. The certificate allows the signing of documents, e-mails, serves for communication with state administration authorities.                    

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

Tên I.CA PKI Service Component I.CA PKI Service Component
ID fdolcjnejgbpoadihncaggiicpkhjchl
URL Chính Thức https://chromewebstore.google.com/detail/ica-pki-service-component/fdolcjnejgbpoadihncaggiicpkhjchl
Mô tả Component for calling native PKI libraries.
Kích Thước Tệp 15.22 KB
Số Lần Cài Đặt 89,274
Phiên Bản Hiện Tại 2.1.7.0
Cập Nhật Lần Cuối 2023-11-09
Ngày Phát Hành 2019-06-05
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://ica.cz
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://ica.cz/zakaznicka-podpora
URL Trang Chính Sách Bảo Mật https://www.ica.cz/Userfiles/files/Provolani_o_OOU_1v02.pdf
Ngôn Ngữ Được Hỗ Trợ en,pl,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "I.CA PKI",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.ica.cz\/*",
        "*:\/\/*.csob.cz\/*",
        "*:\/\/*.csob.sk\/*",
        "*:\/\/*.proebiz.com\/*",
        "*:\/\/localhost\/*"
    ],
    "manifest_version": 3,
    "version": "2.1.7.0",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.localhost\/*",
            "https:\/\/*.csob.cz\/*",
            "https:\/\/*.csob.sk\/*",
            "*:\/\/*.ica.cz\/*",
            "*:\/\/*.proebiz.com\/*",
            "*:\/\/*.digisign.org\/*",
            "*:\/\/*.digisign.digital.cz\/*",
            "*:\/\/*.circularo.com\/*",
            "*:\/\/*.eon.com\/*",
            "https:\/\/eonos.sharepoint.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": "icons\/icon-38-no-padding.png",
        "default_title": "__MSG_appName__"
    }
}