Etikimza Smartcard Extension

Etikimza (e-imza, elektronik imza, Pkcs11)

Wat is Etikimza Smartcard Extension?

Etikimza Smartcard Extension is een Chrome-extensie ontwikkeld door https://etikimza.com, en de belangrijkste functie is "Etikimza (e-imza, elektronik imza, Pkcs11)".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Etikimza Smartcard Extension

Download Etikimza Smartcard Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Akıllı kartınızı kullanarak, web tarayıcınız ile 5070 sayılı e-imza kanununa uygun güvenli elektronik imzanızı atabilirsiniz.
---------------------------------------------------------------------------------
Use your smartcard to perform digital signature on web browser.

Etikimza Smartcard Extension provides digital signature on web environment. It allows users to perform a digital signing on any data, to preserve the integrity of the data and to identify the authors of the data. It supports SHA-256 and other hash algorithms. It supports PKCS#11 hardware cryptographic tokens.                    

Basisinformatie over de Extensie

Naam Etikimza Smartcard Extension Etikimza Smartcard Extension
ID noonmekhgdpkamkgmhnlkmcdliblldho
Officiële URL https://chromewebstore.google.com/detail/etikimza-smartcard-extens/noonmekhgdpkamkgmhnlkmcdliblldho
Beschrijving Etikimza (e-imza, elektronik imza, Pkcs11)
Bestandsgrootte 25.62 KB
Aantal Installaties 10,000
Huidige Versie 1.0.8
Laatst Bijgewerkt 2023-10-19
Publicatiedatum 2019-06-25
Beoordeling 1.80/5 Totaal 10 Beoordelingen
Ontwikkelaar https://etikimza.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://etikimza.com
URL van de Privacybeleid Pagina https://etikimza.com/gizlilik-politikasi
Ondersteunde Talen tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etikimza Smartcard Extension",
    "short_name": "Etikimza",
    "description": "Etikimza (e-imza, elektronik imza, Pkcs11)",
    "version": "1.0.8",
    "manifest_version": 3,
    "permissions": [
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}