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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ANF AC Web Signature and Identification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}