Assijus Signer

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

Hvad er Assijus Signer?

Assijus Signer er en Chrome-udvidelse udviklet af Renato Crivano, og dens hovedfunktion er "Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…".

Udvidelsesskærmbilleder

screenshot

Download Assijus Signer-udvidelses-CRX-fil

Download Assijus Signer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Assijus Signer Assijus Signer
ID ifabfihopbhogohngopafekijckmpmka
Officiel URL https://chromewebstore.google.com/detail/assijus-signer/ifabfihopbhogohngopafekijckmpmka
Beskrivelse Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…
Filstørrelse 9.38 KB
Antal Installationer 9,528
Nuværende Version 1.3.0.8
Senest Opdateret 2023-08-08
Udgivelsesdato 2021-02-06
Bedømmelse 2.25/5 Samlet 4 Bedømmelser
Udvikler Renato Crivano
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://assijus.jfrj.jus.br
Hjælpeside-URL https://assijus.jfrj.jus.br/assijus/#/sobre
Understøttede Sprog 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
}