Assijus Signer

Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…

Co to jest Assijus Signer?

Assijus Signer to rozszerzenie Chrome opracowane przez Renato Crivano, a jego główną funkcją jest „Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Assijus Signer

Pobierz pliki rozszerzeń Assijus Signer 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

                        Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents digital signing.
 
This product is developed to enable browser signing of documents with user’s digital certificates. It connects to a Native Client that is responsible for accessing the certificate and producing the signature. The signature then is forwarded to the Assijus Web Site (https://assijus.trf2.jus.br) or one of the other allowed sites.

The Native Client is available for Windows and Mac. Installation instructions available at https://assijus.jfrj.jus.br/assijus/#/sobre                    

Podstawowe informacje o rozszerzeniu

Nazwa Assijus Signer Assijus Signer
ID ifabfihopbhogohngopafekijckmpmka
Oficjalny URL https://chromewebstore.google.com/detail/assijus-signer/ifabfihopbhogohngopafekijckmpmka
Opis Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…
Rozmiar pliku 9.38 KB
Liczba instalacji 9,528
Aktualna Wersja 1.3.0.8
Ostatnia Aktualizacja 2023-08-08
Data Publikacji 2021-02-06
Ocena 2.25/5 Łącznie 4 Oceny
Deweloper Renato Crivano
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://assijus.jfrj.jus.br
Adres URL Strony Pomocy https://assijus.jfrj.jus.br/assijus/#/sobre
Obsługiwane Języki pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Assijus Signer",
    "version": "1.3.0.8",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/assijus.trf2.jus.br\/assijus\/*",
            "https:\/\/assijus.jfrj.jus.br\/assijus\/*",
            "https:\/\/assijus.trf4.jus.br\/*",
            "https:\/\/assijus.desenvolvimento.spsempapel.sp.gov.br\/*",
            "https:\/\/assijus.homologacao.spsempapel.sp.gov.br\/*",
            "https:\/\/assijus.spsempapel.sp.gov.br\/*",
            "*:\/\/sigat.jfrj.jus.br\/assijus\/*",
            "https:\/\/sigah.jfrj.jus.br\/assijus\/*",
            "https:\/\/assijush.jfrj.jus.br\/assijus\/*",
            "*:\/\/homologa.assijus.mt.gov.br\/assijus\/*",
            "*:\/\/assijus.mt.gov.br\/assijus\/*",
            "*:\/\/assijus.processo.rio\/assijus\/*",
            "*:\/\/assijush.processo.rio\/assijus\/*",
            "*:\/\/assijus.telebras.com.br\/*",
            "*:\/\/assijus-homologacao.telebras.com.br\/*",
            "*:\/\/assijus-desenvolvimento.telebras.com.br\/*",
            "*:\/\/assijus.infraero.gov.br\/*",
            "*:\/\/assijushml.infraero.gov.br\/*",
            "*:\/\/assijusnav.infraero.gov.br\/*",
            "*:\/\/assijus.riopreto.sp.gov.br\/*",
            "*:\/\/assijus.campinas.sp.leg.br\/*",
            "*:\/\/assijus.finep.gov.br\/*",
            "*:\/\/ittrufusion.appspot.com\/*",
            "*:\/\/localhost\/assijus\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "96": "icon96.png"
        },
        "default_title": "Assijus Signer"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "96": "icon96.png"
    },
    "manifest_version": 2
}