Safeweb Plugin de Assinatura

Plugin para realizar assinatura digital de documentos eletrônicos.

What is Safeweb Plugin de Assinatura?

Safeweb Plugin de Assinatura is a Chrome extension developed by https://safeweb.com.br, and its main feature is "Plugin para realizar assinatura digital de documentos eletrônicos.".

Extension Screenshots

screenshot

Download Safeweb Plugin de Assinatura Extension CRX File

Download Safeweb Plugin de Assinatura 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

                        O e-Nota é um sistema para geração, emissão e gerenciamento de Notas Fiscais eletrônicas. Ideal para empresas que não possuem sistema ou que desejam integrar com seu ERP.                    

Extension Basic Information

Name Safeweb Plugin de Assinatura Safeweb Plugin de Assinatura
ID mgacpehhdickdokbochifdboemjmkbde
Official URL https://chromewebstore.google.com/detail/safeweb-plugin-de-assinat/mgacpehhdickdokbochifdboemjmkbde
Description Plugin para realizar assinatura digital de documentos eletrônicos.
File Size 23.3 KB
Installation Count 9,255
Current Version 0.3
Last Updated 2022-09-21
Publish Date 2022-09-20
Rating 2.33/5 Total 3 Ratings
Developer https://safeweb.com.br
Email [email protected]
Payment Type free
Help Page URL https://safeweb.com.br/contato
Privacy Policy Page URL https://statics.safeweb.com.br/downloads/Politica-de-Privacidade-e-Uso-de-Dados-Pessoais.pdf
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3",
    "name": "Safeweb Plugin de Assinatura",
    "short_name": "Safeweb Plugin de Assinatura",
    "description": "Plugin para realizar assinatura digital de documentos eletr\u00f4nicos.",
    "icons": {
        "48": "icon\/48x48.png",
        "32": "icon\/32x32.png",
        "24": "icon\/24x24.png",
        "128": "icon\/128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtl4BbdpXUGlavU23yvki6ZV5cBte\/aUdbPjSAh90NZaxLOMhDVcBpOtOrEy4Br3Ox\/1IwusWJAinIITpKG3Eey5aJ+nYzjpZfH0KcXqh6U94Ntljjh1jdJtr3SL17uHkERhF0krz2jpIuwhsbIyzD\/7GNi6H8FvHn8kUR0OORm2B5Em+vpUxZyCnSNio51vf4MlL0kuAU6CU8TiOTMwh84t098SYwXgCsKuuFEG\/wYqev8qvg3zXwlt313sIMJ6P3Cd2g+U6RZu2m8963E3wTvMw1XYE2JRSFFuQr18Nrg\/tr\/srL7nkX6d844bjvt9aGxaNIsiQJyqpvRIKrFG9TwIDAQAB",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.safeweb.com.br\/*",
            "*:\/\/*.safewebpss.com.br\/*",
            "*:\/\/localhost:*\/*"
        ]
    }
}