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

Скачать файл 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 [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"
    ]
}