Assinador CRCSP

Assinador CRCSP

What is Assinador CRCSP?

Assinador CRCSP is a Chrome extension developed by desenv, and its main feature is "Assinador CRCSP".

Extension Screenshots

screenshot

Download Assinador CRCSP Extension CRX File

Download Assinador CRCSP 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

                        Ferramenta de assinatura digital para utilização exclusiva no portal do Conselho Regional de Contabilidade do Estado de São Paulo, no endereço web http://www.crcsp.org.br

Este componente não deve ser instalado para outros fins.

Este componente permite que a página web envie um documento para um executável na máquina do cliente, previamente instalado, para efetuar a assinatura digital utilizando um certificado com chave privada.                    

Extension Basic Information

Name Assinador CRCSP Assinador CRCSP
ID acladnbkafapahejmpljhobnmpcmglnp
Official URL https://chrome.google.com/webstore/detail/assinador-crcsp/acladnbkafapahejmpljhobnmpcmglnp
Description Assinador CRCSP
File Size 20.79 KB
Installation Count 4,000
Current Version 1.9.6
Last Updated 2020-07-20
Publish Date 2020-07-20
Developer desenv
Email [email protected]
Payment Type free
Extension Website http://www.crcsp.org.br
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "manifest_version": 2,
    "name": "Assinador CRCSP",
    "description": "Assinador CRCSP",
    "version": "1.9.6",
    "permissions": [
        "nativeMessaging",
        "storage",
        "https:\/\/online.crcsp.org.br\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "certisignerconf.js",
                "common.js",
                "basic.js",
                "extended.js"
            ],
            "all_frames": true
        }
    ]
}