Assinatura digital

Extensão para assinatura digital de documentos

Assinatura digitalคืออะไร?

Assinatura digital เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://portal.qcertifica.com.br และคุณลักษณะหลักของมันคือ "Extensão para assinatura digital de documentos"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Com o fim do suporte ao Java Applet no Google Chrome, visando manter o uso deste Browser nas assinaturas digitais feitas por intermédio do Portal Q`Certifica, a Quick Soft desenvolveu uma extensão específica para este browser. 

Assim, basta adicionar esta extensão ao Google Chrome,  que você continuará a usufruir dos benefícios do Portal Q`Certifica.

Para dúvidas ou mais informações, acesse www.qcertifica.com.br ou entre em contato conosco no e-mail comercial@quicksoft.com.br.                    

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

ชื่อ Assinatura digital Assinatura digital
ID jlihldkpooaidnkjckkkehahkbhbmign
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/assinatura-digital/jlihldkpooaidnkjckkkehahkbhbmign
คำอธิบาย Extensão para assinatura digital de documentos
ขนาดไฟล์ 35.55 KB
จำนวนการติดตั้ง 158,931
เวอร์ชันปัจจุบัน 0.4.5
อัปเดตครั้งล่าสุด 2023-01-03
วันที่เผยแพร่ 2017-03-10
คะแนน 4.31/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://portal.qcertifica.com.br
อีเมล suporte@qcertifica.com.br
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://portal.qcertifica.com.br/
URL หน้าช่วยเหลือ http://qcertifica.com.br/
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Assinatura digital",
    "author": "Quick Soft Tecnologia da Informa\u00e7\u00e3o Ltda",
    "version": "0.4.5",
    "icons": {
        "48": "img\/Q48.png",
        "128": "img\/Q128.png"
    },
    "description": "Extens\u00e3o para assinatura digital de documentos",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging"
    ]
}