Assijus Signer

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

Cos'è Assijus Signer?

Assijus Signer è un'estensione di Chrome sviluppata da Renato Crivano, e la sua funzione principale è "Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Assijus Signer

Scarica i file di estensione Assijus Signer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Assijus Signer Assijus Signer
ID ifabfihopbhogohngopafekijckmpmka
URL Ufficiale https://chromewebstore.google.com/detail/assijus-signer/ifabfihopbhogohngopafekijckmpmka
Descrizione Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…
Dimensione del File 9.38 KB
Conteggio Installazioni 9,528
Versione Corrente 1.3.0.8
Ultimo Aggiornamento 2023-08-08
Data di Pubblicazione 2021-02-06
Valutazione 2.25/5 Totale 4 Valutazioni
Sviluppatore Renato Crivano
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://assijus.jfrj.jus.br
URL della Pagina di Aiuto https://assijus.jfrj.jus.br/assijus/#/sobre
Lingue Supportate 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
}