BITSIGN - Assinador

Assinador de Documentos da BITSIGN no Google Chrome.

BITSIGN - Assinadorคืออะไร?

BITSIGN - Assinador เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bitsign.com.br และคุณลักษณะหลักของมันคือ "Assinador de Documentos da BITSIGN no Google Chrome."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BITSIGN - Assinador

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

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

                        A finalidade desta extensão é possibilitar a assinatura digital de documentos enviados para o portal da BITSIGN (https://bitsign.com.br), que deverão ser realizadas exclusivamente apresentando um certificado digital válido (ICP-Brasil).

Seu funcionamento consiste em interagir com os certificados digitais instalados no computador ou conectados ao mesmo através de algum dispositivo, tais como: smart cards ou tokens USB. Para isso, a extensão dependerá de um módulo auxiliar, que deverá ser obrigatoriamente instalado para o funcionamento. 

Todo o processo de instalação está detalhado no seguinte endereço: https://bitsign.com.br/extensao.                    

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

ชื่อ BITSIGN - Assinador BITSIGN - Assinador
ID dnoehdojdkgekbpiockdghdplieanbgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitsign-assinador/dnoehdojdkgekbpiockdghdplieanbgl
คำอธิบาย Assinador de Documentos da BITSIGN no Google Chrome.
ขนาดไฟล์ 32.7 KB
จำนวนการติดตั้ง 0
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-11-04
วันที่เผยแพร่ 2021-05-28
ผู้พัฒนา https://bitsign.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bitsign.com.br
URL หน้าช่วยเหลือ https://bitsign.com.br
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BITSIGN - Assinador",
    "description": "Assinador de Documentos da BITSIGN no Google Chrome.",
    "author": "BITFIN Software",
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/bitsign.com.br",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.bitsign.com.br\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.bitsign.com.br\/*"
        ]
    },
    "version": "1.1.0",
    "manifest_version": 3,
    "offline_enabled": false
}