Signature Viewer

Shows information about embedded XAdES signatures

Wat is Signature Viewer?

Signature Viewer is een Chrome-extensie ontwikkeld door https://opensbr.org, en de belangrijkste functie is "Shows information about embedded XAdES signatures".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Signature Viewer

Download Signature Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Signature Viewer Signature Viewer
ID fajipgpjjoingnglmfndnookaiebecop
Officiële URL https://chromewebstore.google.com/detail/signature-viewer/fajipgpjjoingnglmfndnookaiebecop
Beschrijving Shows information about embedded XAdES signatures
Bestandsgrootte 158 KB
Aantal Installaties 607
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-06-10
Publicatiedatum 2020-06-09
Ontwikkelaar https://opensbr.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://opensbr.org/inline/
Help Pagina-URL https://opensbr.org/inline/#support
URL van de Privacybeleid Pagina https://opensbr.org/inline/privacypolicy.html
Ondersteunde Talen 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"
    }
}