Web Signer

Extensão para assinatura digital no browser

What is Web Signer?

Web Signer is a Chrome extension developed by https://websigner.softplan.com.br, and its main feature is "Extensão para assinatura digital no browser".

Extension Screenshots

screenshot

Download Web Signer Extension CRX File

Download Web Signer 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

                        Extensão que possibilita a utilização de certificados digitais em páginas web.

Caso já possuía o Softplan Web Signer instalado, mas na Chrome web store apareça apenas o botão de "Remover do Chrome", siga os passos abaixo para reinstalar a extensão:

1. Clique no botão "Remover do Chrome" para remover a extensão.
2. Após removida, clique no botão "Usar no Chrome" para reinstalar a extensão.                    

Extension Basic Information

Name Web Signer Web Signer
ID bbafmabaelnnkondpfpjmdklbmfnbmol
Official URL https://chromewebstore.google.com/detail/web-signer/bbafmabaelnnkondpfpjmdklbmfnbmol
Description Extensão para assinatura digital no browser
File Size 440 KB
Installation Count 1,484,776
Current Version 2.14.3
Last Updated 2019-09-04
Publish Date 2019-09-03
Rating 2.58/5 Total 97 Ratings
Developer https://websigner.softplan.com.br
Payment Type free
Supported Languages en,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgDlV+9AJdzUvJmALavoI2ybtB\/qn3eoejRDimX5KbgQ2sipGMXhhqMD5q8UjyMO2VlnJiIz7+jqamcdPmU0idlIMkSiDIWeYZC0E9fD2+4tHlSXgeCTkyfhQyH+Jivwt5yvKl1siS5ART5Sgj132B8QM022MN+O3X8yCD2yAlR42CTHw7geCSIwrWBhfxrNCsPMVIw4cQvjxfdv3YJefkJ1\/ac16sRheymEcLTzA9zLVi8BOcbbKSqWemW7JMWChuKKXTD5l6aiQrZUuQvxeKER5YQl2OK0YGPt1+1g4OsLkgTKbfuYZ6AcJJJa00qciPGpf68ikm4UvyDwcDQxspQIDAQAB",
    "name": "Web Signer",
    "description": "Extens\u00e3o para assinatura digital no browser",
    "version": "2.14.3",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/forge-cipher.js",
            "scripts\/signalr-client-1.0.4.js",
            "scripts\/sjcl.js",
            "scripts\/event-page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging",
        "storage",
        "downloads",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/browser-icon-small.png",
            "38": "img\/browser-icon-big.png"
        },
        "default_title": "Web Signer options",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}