Asan ID token signing

Use your Asan ID smart card on the web

Asan ID token signing란 무엇입니까?

Asan ID token signing은(는) Best Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your Asan ID smart card on the web"입니다.

확장 프로그램 스크린샷

screenshot

Asan ID token signing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is required to use Asan ID, a smart card based e-signature solution, when authenticating and giving digital signatures on the web. One of such examples would be ASANDOC portal which enables storing, e-signing and sharing of documents. 

This extension is installed automatically upon installation of AsanDoc Client software.                    

확장 프로그램 기본 정보

이름 Asan ID token signing Asan ID token signing
ID bccjgmdpenbibncpocpelfmdolmdfbci
공식 URL https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci
설명 Use your Asan ID smart card on the web
파일 크기 62.84 KB
설치 횟수 34,441
현재 버전 0.0.1
최근 업데이트 2015-10-01
출시 날짜 2015-10-01
평점 3.75/5 총 4 개의 평점
개발자 Best Solutions
결제 유형 free
확장 프로그램 웹 사이트 http://www.asanimza.az/en/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asan ID token signing",
    "version": "0.0.1",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Use your Asan ID smart card on the web",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "azedit_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "azedit_background.js"
        ]
    },
    "web_accessible_resources": [
        "azedit_page.js"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}