Assinatura Digital: ASSINE PELA INTERNET

Realize Assinaturas Digitais no navegador.

Co je Assinatura Digital: ASSINE PELA INTERNET?

Assinatura Digital: ASSINE PELA INTERNET je rozšíření Chrome vyvinuté https://extension.assinepelainternet.com.br, a jeho hlavní funkcí je „Realize Assinaturas Digitais no navegador.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Assinatura Digital: ASSINE PELA INTERNET

Stáhněte si soubory rozšíření Assinatura Digital: ASSINE PELA INTERNET ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Assinatura Digital: ASSINE PELA INTERNET Assinatura Digital: ASSINE PELA INTERNET
ID hednoihglgimfjhnodddcmmigapigkgj
Oficiální URL https://chrome.google.com/webstore/detail/assinatura-digital-assine/hednoihglgimfjhnodddcmmigapigkgj
Popis Realize Assinaturas Digitais no navegador.
Velikost souboru 309 KB
Počet instalací 10,000
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-05-02
Datum Vydání 2018-05-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://extension.assinepelainternet.com.br
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}