IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

IDEMIA Smartcard Web Connector란 무엇입니까?

IDEMIA Smartcard Web Connector은(는) IDEMIA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable the IDEMIA's smartcard on the web."입니다.

확장 프로그램 스크린샷

screenshot

IDEMIA Smartcard Web Connector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IDEMIA Smartcard Web Connector is a web extension to Chrome browser to access IDEMIA’s Identity cards from a web application.                    

확장 프로그램 기본 정보

이름 IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
공식 URL https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
설명 Enable the IDEMIA's smartcard on the web.
파일 크기 284 KB
설치 횟수 2,775
현재 버전 1.2.2
최근 업데이트 2020-02-04
출시 날짜 2020-02-04
평점 3.50/5 총 2 개의 평점
개발자 IDEMIA
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.idemia.com/legal-notes-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IDEMIA Smartcard Web Connector",
    "version": "1.2.2",
    "author": "IDEMIA",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Enable the IDEMIA's smartcard on the web.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/scwebconnector.js",
        "html\/*",
        "css\/*",
        "icons\/*"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}