I.CA PKI Service Component
Component for calling native PKI libraries.
ما هو I.CA PKI Service Component؟
I.CA PKI Service Component هو إضافة Chrome تم تطويرها بواسطة https://ica.cz، والميزة الرئيسية لها هي "Component for calling native PKI libraries.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة I.CA PKI Service Component
قم بتنزيل ملفات الامتداد I.CA PKI Service Component بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | I.CA PKI Service Component |
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 |
عنوان صفحة المساعدة | https://ica.cz/zakaznicka-podpora |
عنوان صفحة سياسة الخصوصية | 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__" } } |