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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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