Assinatura digital

Extensão para assinatura digital de documentos

Assinatura digital란 무엇입니까?

Assinatura digital은(는) https://portal.qcertifica.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensão para assinatura digital de documentos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Assinatura digital 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 [email protected].                    

확장 프로그램 기본 정보

이름 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
이메일 [email protected]
결제 유형 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"
    ]
}