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 là gì?

ANF AC Web Signature and Identification là một tiện ích mở rộng Chrome được phát triển bởi ANF Autoridad de Certificación, và tính năng chính của nó là "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ANF AC Web Signature and Identification

Tải xuống các tệp mở rộng ANF AC Web Signature and Identification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ANF AC Web Signature and Identification ANF AC Web Signature and Identification
ID ajbpelgbiamjgliliddniilnbbmapeoi
URL Chính Thức https://chromewebstore.google.com/detail/anf-ac-web-signature-and/ajbpelgbiamjgliliddniilnbbmapeoi
Mô tả Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.
Kích Thước Tệp 25.49 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 2.2.4
Cập Nhật Lần Cuối 2016-05-09
Ngày Phát Hành 2016-05-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ANF Autoridad de Certificación
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.anf.es/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}