Signature Viewer

Shows information about embedded XAdES signatures

Signature Viewer là gì?

Signature Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://opensbr.org, và tính năng chính của nó là "Shows information about embedded XAdES signatures".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Signature Viewer

Tải xuống các tệp mở rộng Signature Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Signature Viewer Signature Viewer
ID fajipgpjjoingnglmfndnookaiebecop
URL Chính Thức https://chromewebstore.google.com/detail/signature-viewer/fajipgpjjoingnglmfndnookaiebecop
Mô tả Shows information about embedded XAdES signatures
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 607
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-06-10
Ngày Phát Hành 2020-06-09
Nhà Phát Triển https://opensbr.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://opensbr.org/inline/
URL Trang Trợ Giúp https://opensbr.org/inline/#support
URL Trang Chính Sách Bảo Mật https://opensbr.org/inline/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}