Signature Viewer

Shows information about embedded XAdES signatures

Signature Viewer란 무엇입니까?

Signature Viewer은(는) https://opensbr.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows information about embedded XAdES signatures"입니다.

확장 프로그램 스크린샷

screenshot

Signature Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Signature Viewer helps you to validate the signature on an Inline XBRL document.

The development and publication of this plug-in is endorsed by the Global Legal Entity Identifier Foundation (https://gleif.org/) and XBRL International (https://xbrl.org/).

Sample documents are available on https://opensbr.org/inline/gleif-annual-report-2017/reports/GLEIF-Annual-Report-2017.signed.html and https://www.gleif.org/assets/components/xbrl-viewer/gleif-annual-report-2018-viewer.signed.signed.signed.signed.xhtml

The plug-in only reads website documents, and does not store, collect or forward any information. Web browser activity is only temporarily stored in-memory for the duration of the signature validation and is not stored, submitted or exchanged. Locally stored user data is encrypted using AES-256.
More information on https://opensbr.org/inline/privacypolicy.html                    

확장 프로그램 기본 정보

이름 Signature Viewer Signature Viewer
ID fajipgpjjoingnglmfndnookaiebecop
공식 URL https://chromewebstore.google.com/detail/signature-viewer/fajipgpjjoingnglmfndnookaiebecop
설명 Shows information about embedded XAdES signatures
파일 크기 158 KB
설치 횟수 607
현재 버전 1.1.2
최근 업데이트 2020-06-10
출시 날짜 2020-06-09
개발자 https://opensbr.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://opensbr.org/inline/
도움말 페이지 URL https://opensbr.org/inline/#support
개인정보 보호 정책 페이지 URL https://opensbr.org/inline/privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Signature Viewer",
    "description": "Shows information about embedded XAdES signatures",
    "version": "1.1.2",
    "author": "Chris Groenveld",
    "background": {
        "scripts": [
            "xades.js",
            "bg.js"
        ]
    },
    "icons": {
        "128": "doc128tick.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "check_signature.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "doc128gray.png"
        },
        "default_title": "Signature Viewer"
    }
}