Etikimza Smartcard Extension

Etikimza (e-imza, elektronik imza, Pkcs11)

What is Etikimza Smartcard Extension?

Etikimza Smartcard Extension is a Chrome extension developed by https://etikimza.com, and its main feature is "Etikimza (e-imza, elektronik imza, Pkcs11)".

Extension Screenshots

screenshot
screenshot
screenshot

Download Etikimza Smartcard Extension Extension CRX File

Download Etikimza Smartcard Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Etikimza Smartcard Extension Etikimza Smartcard Extension
ID noonmekhgdpkamkgmhnlkmcdliblldho
Official URL https://chromewebstore.google.com/detail/etikimza-smartcard-extens/noonmekhgdpkamkgmhnlkmcdliblldho
Description Etikimza (e-imza, elektronik imza, Pkcs11)
File Size 25.62 KB
Installation Count 10,000
Current Version 1.0.8
Last Updated 2023-10-19
Publish Date 2019-06-25
Rating 1.80/5 Total 10 Ratings
Developer https://etikimza.com
Email [email protected]
Payment Type free
Extension Website https://etikimza.com
Privacy Policy Page URL https://etikimza.com/gizlilik-politikasi
Supported Languages 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"
    }
}