Assinador CRCSP
Assinador CRCSP
Was ist Assinador CRCSP?
Assinador CRCSP ist eine Chrome-Erweiterung, die von desenv entwickelt wurde, und ihr Hauptmerkmal ist "Assinador CRCSP".
Erweiterungsscreenshots
Assinador CRCSP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Assinador CRCSP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ferramenta de assinatura digital para utilização exclusiva no portal do Conselho Regional de Contabilidade do Estado de São Paulo, no endereço web http://www.crcsp.org.br Este componente não deve ser instalado para outros fins. Este componente permite que a página web envie um documento para um executável na máquina do cliente, previamente instalado, para efetuar a assinatura digital utilizando um certificado com chave privada.
Grundlegende Informationen zur Erweiterung
Name | |
ID | acladnbkafapahejmpljhobnmpcmglnp |
Offizielle URL | https://chrome.google.com/webstore/detail/assinador-crcsp/acladnbkafapahejmpljhobnmpcmglnp |
Beschreibung | Assinador CRCSP |
Dateigröße | 20.79 KB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.9.6 |
Letztes Update | 2020-07-20 |
Veröffentlichungsdatum | 2020-07-20 |
Entwickler | desenv |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.crcsp.org.br |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "manifest_version": 2, "name": "Assinador CRCSP", "description": "Assinador CRCSP", "version": "1.9.6", "permissions": [ "nativeMessaging", "storage", "https:\/\/online.crcsp.org.br\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "certisignerconf.js", "common.js", "basic.js", "extended.js" ], "all_frames": true } ] } |