Firma con token GDEBA
Extensión que permite firmar digitalmente con token, desde su navegador Chrome.
Cos'è Firma con token GDEBA?
Firma con token GDEBA è un'estensione di Chrome sviluppata da GDEBA Desarrollo, e la sua funzione principale è "Extensión que permite firmar digitalmente con token, desde su navegador Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Firma con token GDEBA
Scarica i file di estensione Firma con token GDEBA 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
La instalación de la extensión consta de 2 pasos: a. Instalación de la extensión. b. Instalación del instalable (archivo .msi). Una vez descargado deberá ejecutarlo para finalizar con el proceso. Deberá tener instalado en su PC los drivers del token.
Informazioni di Base sull'Estensione
Nome | Firma con token GDEBA |
ID | apeknmafnegkpmjcafekbcnjpeeojdjk |
URL Ufficiale | https://chromewebstore.google.com/detail/firma-con-token-gdeba/apeknmafnegkpmjcafekbcnjpeeojdjk |
Descrizione | Extensión que permite firmar digitalmente con token, desde su navegador Chrome. |
Dimensione del File | 5.24 KB |
Conteggio Installazioni | 4,750 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2022-09-23 |
Data di Pubblicazione | 2022-09-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | GDEBA Desarrollo |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://gdeba.gba.gob.ar/mesadeayuda/sendmail |
Lingue Supportate | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Firma con token GDEBA", "description": "Extensi\u00f3n que permite firmar digitalmente con token, desde su navegador Chrome.", "version": "3.0.0", "background": { "service_worker": "main.js" }, "icons": { "128": "ico36.png" }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "http:\/\/*.cap.gdeba.gba.gob.ar\/*", "https:\/\/*.cap.gdeba.gba.gob.ar\/*", "http:\/\/*.hml.gdeba.gba.gob.ar\/*", "https:\/\/*.hml.gdeba.gba.gob.ar\/*", "http:\/\/*.gdeba.gba.gob.ar\/*", "https:\/\/*.gdeba.gba.gob.ar\/*", "https:\/\/*.qa.gdeba.gba.gob.ar\/*", "http:\/\/*.qa.gdeba.gba.gob.ar\/*", "https:\/\/*.tramites.gba.gob.ar\/*", "http:\/\/*.tramites.gba.gob.ar\/*", "http:\/\/*.tramitesadistancia.gob.ar\/*", "https:\/\/*.tramitesadistancia.gob.ar\/*", "https:\/\/*.apps.buenosaires.gob.ar\/*", "http:\/\/*.gde.gob.ar\/*", "https:\/\/*.gde.gob.ar\/*", "http:\/\/*.afip.gob.ar\/*", "https:\/\/*.afip.gob.ar\/*", "http:\/\/*.afip.gov.ar\/*", "https:\/\/*.afip.gov.ar\/*", "http:\/\/*.gde.afip.gob.ar\/*", "https:\/\/*.gde.afip.gob.ar\/*", "http:\/\/*.gde.afip.gov.ar\/*", "https:\/\/*.gde.afip.gov.ar\/*", "http:\/\/eu-homo.gde.afip.gov.ar\/*", "http:\/\/eu-homo.gde.afip.gob.ar\/*", "https:\/\/eu-homo.gde.afip.gov.ar\/*", "https:\/\/eu-homo.gde.afip.gob.ar\/*", "https:\/\/eug-homo.gde.afip.gob.ar\/*", "http:\/\/eug-homo.gde.afip.gob.ar\/*", "http:\/\/eug-homo.gde.afip.gov.ar\/*", "https:\/\/eug-homo.gde.afip.gov.ar\/*", "https:\/\/euc-homo.gde.afip.gov.ar\/*", "http:\/\/euc-homo.gde.afip.gov.ar\/*", "http:\/\/euc-homo.gde.afip.gob.ar\/*", "https:\/\/euc-homo.gde.afip.gob.ar\/*", "https:\/\/*.gde.mendoza.gov.ar\/*", "http:\/\/*.gde.mendoza.gov.ar\/*", "https:\/\/*.gdetst.mendoza.gov.ar\/*", "http:\/\/*.gdetst.mendoza.gov.ar\/*", "https:\/\/*.gdecapa.mendoza.gov.ar\/*", "http:\/\/*.gdecapa.mendoza.gov.ar\/*", "http:\/\/*.noproductivo.gde.gob.ar\/*", "https:\/\/*.noproductivo.gde.gob.ar\/*", "http:\/\/*.noproductivo2.gde.gob.ar\/*", "https:\/\/*.noproductivo2.gde.gob.ar\/*", "https:\/\/*.mendoza.gov.ar\/*", "http:\/\/*.mendoza.gov.ar\/*", "http:\/\/*.child01.root.test\/*", "https:\/\/*.child01.root.test\/*", "http:\/\/*.bapro.everis.int\/*", "https:\/\/*.bapro.everis.int\/*" ] } } |