Assinatura Digital: ASSINE PELA INTERNET

Realize Assinaturas Digitais no navegador.

什么是Assinatura Digital: ASSINE PELA INTERNET?

Assinatura Digital: ASSINE PELA INTERNET是由https://extension.assinepelainternet.com.br开发的Chrome扩展程序,该扩展的主要功能是“Realize Assinaturas Digitais no navegador.”。

扩展截图

screenshot
screenshot
screenshot

下载Assinatura Digital: ASSINE PELA INTERNET扩展crx文件

下载Assinatura Digital: ASSINE PELA INTERNET扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Assinatura Digital: ASSINE PELA INTERNET Assinatura Digital: ASSINE PELA INTERNET
ID hednoihglgimfjhnodddcmmigapigkgj
官方URL https://chrome.google.com/webstore/detail/assinatura-digital-assine/hednoihglgimfjhnodddcmmigapigkgj
简介 Realize Assinaturas Digitais no navegador.
文件大小 309 KB
安装次数 10,000
当前版本 1.0.2
更新时间 2018-05-02
上架时间 2018-05-02
评分 5.00/5 共2次评分
开发者 https://extension.assinepelainternet.com.br
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}