eId Middleware

Access and export your digital certificates from the certificate store.

Τι είναι το eId Middleware;

Το eId Middleware είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DigitalSign Certificadora Digital SA, και η κύρια λειτουργία του είναι "Access and export your digital certificates from the certificate store.".

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

screenshot

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

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

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

                        This extension will work as a proxy to communicate between the registered URLs and the respective native app.
The final purpose is to allow specific domains to sign documents with local or cloud certificates.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα eId Middleware eId Middleware
ID hcjcpbfeaeifndcfejahhpoefjeajjio
Επίσημο URL https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio
Περιγραφή Access and export your digital certificates from the certificate store.
Μέγεθος Αρχείου 236 KB
Αριθμός Εγκαταστάσεων 1,600
Τρέχουσα Έκδοση 0.0.0.6
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2022-11-03
Προγραμματιστής DigitalSign Certificadora Digital SA
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eId Middleware",
    "description": "Access and export your digital certificates from the certificate store.",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "android-chrome-192x192.png",
        "128": "android-chrome-192x192.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.signingdesk.com\/*",
            "https:\/\/*.digitalsign.pt\/*",
            "https:\/\/*.digitalsign.com.br\/*",
            "https:\/\/*.digitalsigncertificadora.com.br\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "nativeMessaging"
    ]
}