I.CA PKI Service Component
Component for calling native PKI libraries.
什么是I.CA PKI Service Component?
I.CA PKI Service Component是由https://ica.cz开发的Chrome扩展程序,该扩展的主要功能是“Component for calling native PKI libraries.”。
扩展截图
下载I.CA PKI Service Component扩展crx文件
下载I.CA PKI Service Component扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | fdolcjnejgbpoadihncaggiicpkhjchl |
| 官方URL | https://chromewebstore.google.com/detail/ica-pki-service-component/fdolcjnejgbpoadihncaggiicpkhjchl |
| 简介 | Component for calling native PKI libraries. |
| 文件大小 | 15.22 KB |
| 安装次数 | 89,274 |
| 当前版本 | 2.1.7.0 |
| 更新时间 | 2023-11-09 |
| 上架时间 | 2019-06-05 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | https://ica.cz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://ica.cz/zakaznicka-podpora |
| 隐私政策页面URL | https://www.ica.cz/Userfiles/files/Provolani_o_OOU_1v02.pdf |
| 支持的语言 | 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__"
}
} | |