Assijus Signer
Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…
What is Assijus Signer?
Assijus Signer is a Chrome extension developed by Renato Crivano, and its main feature is "Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…".
Extension Screenshots
Download Assijus Signer Extension CRX File
Download Assijus Signer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Assijus Signer |
ID | ifabfihopbhogohngopafekijckmpmka |
Official URL | https://chromewebstore.google.com/detail/assijus-signer/ifabfihopbhogohngopafekijckmpmka |
Description | Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents… |
File Size | 9.38 KB |
Installation Count | 9,528 |
Current Version | 1.3.0.8 |
Last Updated | 2023-08-08 |
Publish Date | 2021-02-06 |
Rating | 2.25/5 Total 4 Ratings |
Developer | Renato Crivano |
[email protected] | |
Payment Type | free |
Extension Website | https://assijus.jfrj.jus.br |
Help Page URL | https://assijus.jfrj.jus.br/assijus/#/sobre |
Supported Languages | 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 } |