Etikimza Smartcard Extension

Etikimza (e-imza, elektronik imza, Pkcs11)

Etikimza Smartcard Extension란 무엇입니까?

Etikimza Smartcard Extension은(는) https://etikimza.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Etikimza (e-imza, elektronik imza, Pkcs11)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Etikimza Smartcard Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Etikimza Smartcard Extension Etikimza Smartcard Extension
ID noonmekhgdpkamkgmhnlkmcdliblldho
공식 URL https://chromewebstore.google.com/detail/etikimza-smartcard-extens/noonmekhgdpkamkgmhnlkmcdliblldho
설명 Etikimza (e-imza, elektronik imza, Pkcs11)
파일 크기 25.62 KB
설치 횟수 10,000
현재 버전 1.0.8
최근 업데이트 2023-10-19
출시 날짜 2019-06-25
평점 1.80/5 총 10 개의 평점
개발자 https://etikimza.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://etikimza.com
개인정보 보호 정책 페이지 URL https://etikimza.com/gizlilik-politikasi
지원되는 언어 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"
    }
}