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.
Was ist ANF AC Web Signature and Identification?
ANF AC Web Signature and Identification ist eine Chrome-Erweiterung, die von ANF Autoridad de Certificación entwickelt wurde, und ihr Hauptmerkmal ist "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.".
Erweiterungsscreenshots
ANF AC Web Signature and Identification-Erweiterungs-CRX-Datei herunterladen
Laden Sie ANF AC Web Signature and Identification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ajbpelgbiamjgliliddniilnbbmapeoi |
| Offizielle URL | https://chromewebstore.google.com/detail/anf-ac-web-signature-and/ajbpelgbiamjgliliddniilnbbmapeoi |
| Beschreibung | Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación. |
| Dateigröße | 25.49 KB |
| Installationsanzahl | 124 |
| Aktuelle Version | 2.2.4 |
| Letztes Update | 2016-05-09 |
| Veröffentlichungsdatum | 2016-05-09 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | ANF Autoridad de Certificación |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.anf.es/ |
| Unterstützte Sprachen | 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"
]
} | |