Consisanet Security

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

Consisanet Securityคืออะไร?

Consisanet Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notaon.com.br และคุณลักษณะหลักของมันคือ "Comunicação com o Módulo de Segurança Consisanet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Consisanet Security

ดาวน์โหลดไฟล์ส่วนขยาย Consisanet Security ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Consisanet Security Consisanet Security
ID llincdgliebdpoonhdhpgdjlnlhndfac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/consisanet-security/llincdgliebdpoonhdhpgdjlnlhndfac
คำอธิบาย Comunicação com o Módulo de Segurança Consisanet
ขนาดไฟล์ 25.14 KB
จำนวนการติดตั้ง 0
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2023-02-09
วันที่เผยแพร่ 2020-04-02
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://notaon.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notaon.com.br/
ภาษาที่รองรับ 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\/*"
    ]
}