Safeweb sDoc

Plugin para realizar assinatura digital de documentos eletrônicos.

Safeweb sDoc là gì?

Safeweb sDoc là một tiện ích mở rộng Chrome được phát triển bởi https://safeweb.com.br, và tính năng chính của nó là "Plugin para realizar assinatura digital de documentos eletrônicos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Safeweb sDoc

Tải xuống các tệp mở rộng Safeweb sDoc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A Safeweb disponibiliza através do s-DOC um portal para segurança de documentos eletrônicos, garantindo aos mesmos integridade, sigilo e validade jurídica. Através do s-DOC é possível assinar digitalmente qualquer documento eletrônico, disponibilizar documentos na nuvem, de forma sigilosa, para compartilhamento entre envolvidos, ou coleta de assinaturas em grupo.
Os documentos assinados pelo s-DOC seguem rigorosamente os padrões definidos pela Infraestrutura de Chaves Públicas Brasileira - ICP-Brasil, tanto em estrutura quanto em requisitos de validade jurídica, tais como certificado digital, certificado de atributo e garantia temporal.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Safeweb sDoc Safeweb sDoc
ID hefhgifhniepbbembjlmgmnmdhhclmai
URL Chính Thức https://chrome.google.com/webstore/detail/safeweb-sdoc/hefhgifhniepbbembjlmgmnmdhhclmai
Mô tả Plugin para realizar assinatura digital de documentos eletrônicos.
Kích Thước Tệp 15.68 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2019-01-25
Ngày Phát Hành 2019-01-24
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://safeweb.com.br
Loại Thanh Toán free
Trang Web Mở Rộng http://sdoc.safeweb.com.br/
URL Trang Trợ Giúp http://sdoc.safeweb.com.br/o-s-doc/portal-de-assinatura
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safeweb sDoc",
    "description": "Plugin para realizar assinatura digital de documentos eletr\u00f4nicos.",
    "version": "1.4.3",
    "browser_action": {
        "default_icon": "img\/logo19.png",
        "default_popup": "popup.html",
        "default_title": "Safeweb sDoc"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "nativeMessaging",
        "downloads",
        "activeTab",
        "*:\/\/*.safeweb.com.br\/",
        "http:\/\/localhost:63195\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.safeweb.com.br\/*",
            "http:\/\/localhost:63195\/*"
        ]
    }
}