Gabinet Smart Cards

Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget

Cos'è Gabinet Smart Cards?

Gabinet Smart Cards è un'estensione di Chrome sviluppata da drlekseek, e la sua funzione principale è "Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gabinet Smart Cards

Scarica i file di estensione Gabinet Smart Cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Wraz z aplikacją natywną Gabinet Smart Cards umożliwia wykonywanie podpisu elektronicznego bezpośrednio w przeglądarce internetowej.                    

Informazioni di Base sull'Estensione

Nome Gabinet Smart Cards Gabinet Smart Cards
ID ocdhokaabhiibekhdfcbmbkbinmbdape
URL Ufficiale https://chromewebstore.google.com/detail/gabinet-smart-cards/ocdhokaabhiibekhdfcbmbkbinmbdape
Descrizione Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget
Dimensione del File 27.8 KB
Conteggio Installazioni 715
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2022-06-29
Data di Pubblicazione 2018-01-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore drlekseek
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://drw.pl
Lingue Supportate pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget",
    "manifest_version": 3,
    "name": "Gabinet Smart Cards",
    "short_name": "GabinetSmartCards",
    "version": "0.0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "event_handler.js"
            ],
            "matches": [
                "*:\/\/*.drw.pl\/*",
                "*:\/\/*.dr100.pl\/*",
                "*:\/\/*.mydr.pl\/*",
                "*:\/\/127.0.0.1\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}