Etikimza Smartcard Extension

Etikimza (e-imza, elektronik imza, Pkcs11)

Was ist Etikimza Smartcard Extension?

Etikimza Smartcard Extension ist eine Chrome-Erweiterung, die von https://etikimza.com entwickelt wurde, und ihr Hauptmerkmal ist "Etikimza (e-imza, elektronik imza, Pkcs11)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Etikimza Smartcard Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Etikimza Smartcard Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Etikimza Smartcard Extension Etikimza Smartcard Extension
ID noonmekhgdpkamkgmhnlkmcdliblldho
Offizielle URL https://chromewebstore.google.com/detail/etikimza-smartcard-extens/noonmekhgdpkamkgmhnlkmcdliblldho
Beschreibung Etikimza (e-imza, elektronik imza, Pkcs11)
Dateigröße 25.62 KB
Installationsanzahl 10,000
Aktuelle Version 1.0.8
Letztes Update 2023-10-19
Veröffentlichungsdatum 2019-06-25
Bewertung 1.80/5 Insgesamt 10 Bewertungen
Entwickler https://etikimza.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://etikimza.com
URL der Datenschutzrichtlinien-Seite https://etikimza.com/gizlilik-politikasi
Unterstützte Sprachen 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"
    }
}