Signature Viewer

Shows information about embedded XAdES signatures

Τι είναι το Signature Viewer;

Το Signature Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://opensbr.org, και η κύρια λειτουργία του είναι "Shows information about embedded XAdES signatures".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Signature Viewer

Λήψη αρχείων επέκτασης Signature Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}