Assinatura Digital: ASSINE PELA INTERNET

Realize Assinaturas Digitais no navegador.

Co to jest Assinatura Digital: ASSINE PELA INTERNET?

Assinatura Digital: ASSINE PELA INTERNET to rozszerzenie Chrome opracowane przez https://extension.assinepelainternet.com.br, a jego główną funkcją jest „Realize Assinaturas Digitais no navegador.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Assinatura Digital: ASSINE PELA INTERNET

Pobierz pliki rozszerzeń Assinatura Digital: ASSINE PELA INTERNET w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Assinatura Digital: ASSINE PELA INTERNET Assinatura Digital: ASSINE PELA INTERNET
ID hednoihglgimfjhnodddcmmigapigkgj
Oficjalny URL https://chrome.google.com/webstore/detail/assinatura-digital-assine/hednoihglgimfjhnodddcmmigapigkgj
Opis Realize Assinaturas Digitais no navegador.
Rozmiar pliku 309 KB
Liczba instalacji 10,000
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-05-02
Data Publikacji 2018-05-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://extension.assinepelainternet.com.br
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}