I.CA PKI Service Component

Component for calling native PKI libraries.

Qu'est-ce que I.CA PKI Service Component ?

I.CA PKI Service Component est une extension Chrome développée par https://ica.cz, et sa fonction principale est "Component for calling native PKI libraries.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension I.CA PKI Service Component

Téléchargez les fichiers d'extension I.CA PKI Service Component au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom I.CA PKI Service Component I.CA PKI Service Component
ID fdolcjnejgbpoadihncaggiicpkhjchl
URL Officiel https://chromewebstore.google.com/detail/ica-pki-service-component/fdolcjnejgbpoadihncaggiicpkhjchl
Description Component for calling native PKI libraries.
Taille du Fichier 15.22 KB
Nombre d'Installations 89,274
Version Actuelle 2.1.7.0
Dernière Mise à Jour 2023-11-09
Date de Publication 2019-06-05
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://ica.cz
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://ica.cz/zakaznicka-podpora
URL de la Page de Politique de Confidentialité https://www.ica.cz/Userfiles/files/Provolani_o_OOU_1v02.pdf
Langues Prises en Charge 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__"
    }
}