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.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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 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"
    ]
}