eId Middleware

Access and export your digital certificates from the certificate store.

Co to jest eId Middleware?

eId Middleware to rozszerzenie Chrome opracowane przez DigitalSign Certificadora Digital SA, a jego główną funkcją jest „Access and export your digital certificates from the certificate store.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia eId Middleware

Pobierz pliki rozszerzeń eId Middleware w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa eId Middleware eId Middleware
ID hcjcpbfeaeifndcfejahhpoefjeajjio
Oficjalny URL https://chromewebstore.google.com/detail/eid-middleware/hcjcpbfeaeifndcfejahhpoefjeajjio
Opis Access and export your digital certificates from the certificate store.
Rozmiar pliku 236 KB
Liczba instalacji 1,600
Aktualna Wersja 0.0.0.6
Ostatnia Aktualizacja 2024-02-16
Data Publikacji 2022-11-03
Deweloper DigitalSign Certificadora Digital SA
E-mail mobileapps@digitalsign.pt
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.digitalsign.pt/media/files/Downloads/politica-de-privacidade-digitalsign.pdf
Obsługiwane Języki 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"
    ]
}