Consisanet Security

Comunicação com o Módulo de Segurança Consisanet

Hvad er Consisanet Security?

Consisanet Security er en Chrome-udvidelse udviklet af https://notaon.com.br, og dens hovedfunktion er "Comunicação com o Módulo de Segurança Consisanet".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Consisanet Security-udvidelses-CRX-fil

Download Consisanet Security-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Módulo adicional aos sistemas QuintoEixo e NotaOn utilizado para comunicação com o certificado digital instalado no computador do cliente, a extensão é necessária para permitir a assinatura digital dos documentos fiscais emitidos e posterior envio para a Sefaz, também estão incorporadas outras funcionalidades como a consulta de documentos fiscais nos portais da NFe e CTe                    

Grundlæggende oplysninger om udvidelsen

Navn Consisanet Security Consisanet Security
ID llincdgliebdpoonhdhpgdjlnlhndfac
Officiel URL https://chromewebstore.google.com/detail/consisanet-security/llincdgliebdpoonhdhpgdjlnlhndfac
Beskrivelse Comunicação com o Módulo de Segurança Consisanet
Filstørrelse 25.14 KB
Antal Installationer 0
Nuværende Version 3.0
Senest Opdateret 2023-02-09
Udgivelsesdato 2020-04-02
Bedømmelse 4.33/5 Samlet 6 Bedømmelser
Udvikler https://notaon.com.br
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://notaon.com.br/
Understøttede Sprog pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Consisanet Security",
    "description": "Comunica\u00e7\u00e3o com o M\u00f3dulo de Seguran\u00e7a Consisanet",
    "version": "3.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quintoeixo.com.br\/*",
                "*:\/\/*.notaon.com.br\/*",
                "*:\/\/*.esocial.consisanet.com\/*"
            ],
            "js": [
                "modulo-seguranca.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.nfe.fazenda.gov.br\/*",
                "*:\/\/*.cte.fazenda.gov.br\/*"
            ],
            "js": [
                "consulta-recaptcha.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.inss.gov.br\/CATInternet\/faces\/pages\/relatorio\/catImpressao.xhtml*"
            ],
            "js": [
                "consulta-recaptcha-cat.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.quintoeixo.com.br\/*",
            "*:\/\/*.notaon.com.br\/*",
            "*:\/\/*.esocial.consisanet.com\/*"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Consisanet Security",
        "default_popup": "about.html"
    },
    "web_accessible_resources": [
        "icon-16.png",
        "version.json"
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.quintoeixo.com.br\/*",
        "*:\/\/*.notaon.com.br\/*",
        "*:\/\/*.esocial.consisanet.com\/*",
        "*:\/\/*.nfe.fazenda.gov.br\/*",
        "*:\/\/*.cte.fazenda.gov.br\/*",
        "*:\/\/*.inss.gov.br\/CATInternet\/*"
    ]
}