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은(는) ANF Autoridad de Certificación에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ANF AC Web Signature and Identification 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}