SmartPKI component extension

This extension are used with SmartPKI component(required extra installation). Copyright 2012 Zhan Xin Information Co., Ltd.

SmartPKI component extension란 무엇입니까?

SmartPKI component extension은(는) Zhan Xin Information Co., Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension are used with SmartPKI component(required extra installation). Copyright 2012 Zhan Xin Information Co., Ltd."입니다.

확장 프로그램 스크린샷

screenshot

SmartPKI component extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        藉由電子簽章法的通過,網路上的身分識別與商業交易行為,可以仰賴電子文件與數位簽章來確立其權利與義務。但憑證IC卡數位簽/驗章與加/解密機制是一個很複雜的API呼叫過程,為了簡化這些過程,展信資訊-多憑證驗證安控模組SmartPKI (http://www.zhaninfo.com),提供了MOICA自然人憑證、MOEACA工商憑證、GCA機關憑證、XCA組織及團體憑證,HCA醫事憑證...等簡易的憑證IC卡操作服務。                    

확장 프로그램 기본 정보

이름 SmartPKI component extension SmartPKI component extension
ID jhffgcfmcckgmioipfnmbannkpncfipo
공식 URL https://chromewebstore.google.com/detail/smartpki-component-extens/jhffgcfmcckgmioipfnmbannkpncfipo
설명 This extension are used with SmartPKI component(required extra installation). Copyright 2012 Zhan Xin Information Co., Ltd.
파일 크기 28.66 KB
설치 횟수 961,608
현재 버전 0.0.1.3
최근 업데이트 2019-11-21
출시 날짜 2019-11-20
평점 2.48/5 총 199 개의 평점
개발자 Zhan Xin Information Co., Ltd.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.zhaninfo.com/web/va.html
도움말 페이지 URL http://www.zhaninfo.com/web/va-QA.html
개인정보 보호 정책 페이지 URL http://www.zhaninfo.com/web/Privacy-VA.html
지원되는 언어 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "zh_TW",
    "icons": {
        "128": "icon-128.png"
    },
    "minimum_chrome_version": "32",
    "homepage_url": "http:\/\/www.zhaninfo.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "__MSG_pageActionTitle__"
    },
    "web_accessible_resources": [
        "pagejs.js",
        "util.js",
        "manifest.json"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}