Assinatura Digital - ASSINE PELA INTERNET

Realize Assinaturas Digitais no navegador.

Assinatura Digital - ASSINE PELA INTERNET là gì?

Assinatura Digital - ASSINE PELA INTERNET là một tiện ích mở rộng Chrome được phát triển bởi Assine Pela Internet, và tính năng chính của nó là "Realize Assinaturas Digitais no navegador.".

Ả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 Assinatura Digital - ASSINE PELA INTERNET

Tải xuống các tệp mở rộng Assinatura Digital - ASSINE PELA INTERNET 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

                        Essa extensão tem por objetivo, providenciar a comunicação entre a plataforma Assine Pela Internet e os certificados digitais instalados no seu computador.

Ela se faz necessária, para que você possa realizar as assinaturas digitais com o seu certificado digital, na plataforma Assine Pela Internet. 

Além de também ser utilizada, para que você possa logar com o seu certificado digital, na plataforma Assine Pela Internet.

Qualquer dúvida, ou dificuldades na instalação, entre em contato com a nossa equipe de Suporte, pelo telefone (48) 3045-6900.                    

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

Tên Assinatura Digital - ASSINE PELA INTERNET Assinatura Digital - ASSINE PELA INTERNET
ID kadcljgncemhjbgieoedhkgkapgoflod
URL Chính Thức https://chromewebstore.google.com/detail/assinatura-digital-assine/kadcljgncemhjbgieoedhkgkapgoflod
Mô tả Realize Assinaturas Digitais no navegador.
Kích Thước Tệp 222 KB
Số Lần Cài Đặt 0
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2022-06-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Assine Pela Internet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.assinepelainternet.com.br
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuVPAmjLBPnq1Bg3TYv9TLT+TcV5DtVrLXqegQNfv+cnBLtTZy18VCOqMpIOTrqYxRwa2\/WQuaP4yviyO0DXFcsEyV66kZGQ3CNwc8\/c34TLXoUG42opgn2AXmXZaO8XxezHSiLvRQ6SV4EQhJltSuJzTzu2PFyM3KZ\/Wyuz7cNe8k\/FmaytRBWIllGL82RdA3X634o8qsM5icXnzWAYK\/T2T\/\/fn5o9nbhNshdKNwHXcKRrAdzKfuIs3l4wtOckuEGKJEZd0q8MmeK9KqoIiKmjSrWwNXbyejOSjxZrV+qE0Q0Y\/OfIk6be6\/IT6iNYcAxs47edGIE9CXMDkmSw+wwIDAQAB",
    "name": "Assinatura Digital - ASSINE PELA INTERNET",
    "version": "2.2.0",
    "description": "Realize Assinaturas Digitais no navegador.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "icon-361-grayscale.png",
            "38": "icon-361-grayscale.png"
        },
        "default_title": "Assinatura Digital - ASSINE PELA INTERNET",
        "default_popup": "main.html"
    },
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.assinepelainternet.com.br\/*",
                "https:\/\/*.assinepelainternet.com.br\/*",
                "http:\/\/*.cidadeeletronica.com.br\/*",
                "https:\/\/*.cidadeeletronica.com.br\/*",
                "http:\/\/*.pelainternet.com.br\/*",
                "https:\/\/*.pelainternet.com.br\/*",
                "file:\/\/\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/192.168.0.11\/*"
            ],
            "css": [
                "sweetalert2.min.css",
                "bry.css"
            ],
            "js": [
                "react.bundle.js",
                "sweetalert2.bundle.js",
                "content_script.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "firefox-downloaded-file.png",
                "chrome-downloaded-file.png",
                "first-twosteps.png",
                "second-twosteps.png",
                "icon-361-grayscale.png",
                "trash.png",
                "download-arrow.png",
                "ok.png",
                "loading.gif",
                "brand.png",
                "icon-128.png",
                "script.bundle.js"
            ],
            "matches": [
                "http:\/\/*.assinepelainternet.com.br\/*",
                "https:\/\/*.assinepelainternet.com.br\/*",
                "http:\/\/*.cidadeeletronica.com.br\/*",
                "https:\/\/*.cidadeeletronica.com.br\/*",
                "http:\/\/*.pelainternet.com.br\/*",
                "https:\/\/*.pelainternet.com.br\/*",
                "file:\/\/\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/192.168.0.11\/*"
            ]
        }
    ]
}