ANF AC Web Signature and Identification
Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.
Wat is ANF AC Web Signature and Identification?
ANF AC Web Signature and Identification is een Chrome-extensie ontwikkeld door ANF Autoridad de Certificación, en de belangrijkste functie is "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.".
Extensie Screenshots
Download het CRX-bestand van de extensie ANF AC Web Signature and Identification
Download ANF AC Web Signature and Identification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Olvídate de applets java u otras tecnologías obsoletas y actualiza a la nueva tecnología de firma web. Con ANF AC Web Signature and Identification podrás firmar todo tipo de documentos, incluidos PDF, XML, JPG o cualquier otro documento en los múltiples formatos como PAdES, XAdES o CAdES, pudiendo dar larga vigencia a las firmas incorporando sellado de tiempo y consulta de OCSP para que así tus firmas sean válidas a lo largo del tiempo.
Basisinformatie over de Extensie
Naam | ANF AC Web Signature and Identification |
ID | ajbpelgbiamjgliliddniilnbbmapeoi |
Officiële URL | https://chromewebstore.google.com/detail/anf-ac-web-signature-and/ajbpelgbiamjgliliddniilnbbmapeoi |
Beschrijving | Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación. |
Bestandsgrootte | 25.49 KB |
Aantal Installaties | 124 |
Huidige Versie | 2.2.4 |
Laatst Bijgewerkt | 2016-05-09 |
Publicatiedatum | 2016-05-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ANF Autoridad de Certificación |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.anf.es/ |
Ondersteunde Talen | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ANF AC Web Signature and Identification", "version": "2.2.4", "minimum_chrome_version": "37.0", "manifest_version": 2, "description": "Permite firmar documentos y realizar identificaci\u00f3n web segura con tus dispositivos seguros de ANF Autoridad de Certificaci\u00f3n.", "icons": { "48": "logo48px.png", "128": "logo128px.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "page.js" ], "permissions": [ "nativeMessaging" ] } |