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.
ANF AC Web Signature and Identificationคืออะไร?
ANF AC Web Signature and Identification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ANF Autoridad de Certificación และคุณลักษณะหลักของมันคือ "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ANF AC Web Signature and Identification
ดาวน์โหลดไฟล์ส่วนขยาย ANF AC Web Signature and Identification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ANF AC Web Signature and Identification |
ID | ajbpelgbiamjgliliddniilnbbmapeoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anf-ac-web-signature-and/ajbpelgbiamjgliliddniilnbbmapeoi |
คำอธิบาย | Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación. |
ขนาดไฟล์ | 25.49 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 2.2.4 |
อัปเดตครั้งล่าสุด | 2016-05-09 |
วันที่เผยแพร่ | 2016-05-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ANF Autoridad de Certificación |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.anf.es/ |
ภาษาที่รองรับ | 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" ] } |