Assinatura Digital: ASSINE PELA INTERNET

Realize Assinaturas Digitais no navegador.

What is Assinatura Digital: ASSINE PELA INTERNET?

Assinatura Digital: ASSINE PELA INTERNET is a Chrome extension developed by https://extension.assinepelainternet.com.br, and its main feature is "Realize Assinaturas Digitais no navegador.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Assinatura Digital: ASSINE PELA INTERNET Extension CRX File

Download Assinatura Digital: ASSINE PELA INTERNET extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Desenvolvido especialmente para o Google Chrome, a extensão para assinatura digital da API, Assine Pela Internet, permite realizar assinaturas digitais em todos os sistemas que utilizam as Soluções da Assine Pela Internet.                    

Extension Basic Information

Name Assinatura Digital: ASSINE PELA INTERNET Assinatura Digital: ASSINE PELA INTERNET
ID hednoihglgimfjhnodddcmmigapigkgj
Official URL https://chrome.google.com/webstore/detail/assinatura-digital-assine/hednoihglgimfjhnodddcmmigapigkgj
Description Realize Assinaturas Digitais no navegador.
File Size 309 KB
Installation Count 10,000
Current Version 1.0.2
Last Updated 2018-05-02
Publish Date 2018-05-02
Rating 5.00/5 Total 2 Ratings
Developer https://extension.assinepelainternet.com.br
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Assinatura Digital: ASSINE PELA INTERNET",
    "short_name": "ASSINE PELA INTERNET",
    "version": "1.0.2",
    "version_name": "1.0.0",
    "description": "Realize Assinaturas Digitais no navegador.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_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": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sweetalert2.min.css",
                "bry.css"
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "firefox-downloaded-file.png",
        "chrome-downloaded-file.png",
        "first-twosteps.png",
        "second-twosteps.png",
        "icon-361-grayscale.png",
        "sweetalert.css",
        "trash.png",
        "download-arrow.png",
        "ok.png",
        "loading.gif",
        "brand.png",
        "icon-128.png"
    ]
}