Assinatura digital

Extensão para assinatura digital de documentos

What is Assinatura digital?

Assinatura digital is a Chrome extension developed by https://portal.qcertifica.com.br, and its main feature is "Extensão para assinatura digital de documentos".

Extension Screenshots

screenshot
screenshot

Download Assinatura digital Extension CRX File

Download Assinatura digital extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Com o fim do suporte ao Java Applet no Google Chrome, visando manter o uso deste Browser nas assinaturas digitais feitas por intermédio do Portal Q`Certifica, a Quick Soft desenvolveu uma extensão específica para este browser. 

Assim, basta adicionar esta extensão ao Google Chrome,  que você continuará a usufruir dos benefícios do Portal Q`Certifica.

Para dúvidas ou mais informações, acesse www.qcertifica.com.br ou entre em contato conosco no e-mail [email protected].                    

Extension Basic Information

Name Assinatura digital Assinatura digital
ID jlihldkpooaidnkjckkkehahkbhbmign
Official URL https://chromewebstore.google.com/detail/assinatura-digital/jlihldkpooaidnkjckkkehahkbhbmign
Description Extensão para assinatura digital de documentos
File Size 35.55 KB
Installation Count 158,931
Current Version 0.4.5
Last Updated 2023-01-03
Publish Date 2017-03-10
Rating 4.31/5 Total 29 Ratings
Developer https://portal.qcertifica.com.br
Email [email protected]
Payment Type free
Extension Website https://portal.qcertifica.com.br/
Help Page URL http://qcertifica.com.br/
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Assinatura digital",
    "author": "Quick Soft Tecnologia da Informa\u00e7\u00e3o Ltda",
    "version": "0.4.5",
    "icons": {
        "48": "img\/Q48.png",
        "128": "img\/Q128.png"
    },
    "description": "Extens\u00e3o para assinatura digital de documentos",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging"
    ]
}