SET-RN Security Module

This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.

Was ist SET-RN Security Module?

SET-RN Security Module ist eine Chrome-Erweiterung, die von Secretaria de Estado da Tributação do RN entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.".

Erweiterungsscreenshots

screenshot

SET-RN Security Module-Erweiterungs-CRX-Datei herunterladen

Laden Sie SET-RN Security Module-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

                        Para acessar a UVT utilizando o seu certificado digital, é necessário realizar a instalação do Módulo de Segurança da SET-RN. Siga os passos a seguir:

Pré-requisitos para o uso do Módulo de Segurança:

Sistema operacional Microsoft Windows 7 ou superior;
Navegador Google Chrome ou Mozilla Firefox;
E-Token ou certificado digital previamente instalado no computador.                    

Grundlegende Informationen zur Erweiterung

Name SET-RN Security Module SET-RN Security Module
ID hdbenfgeoomkaiddadkoammkpeofpfkj
Offizielle URL https://chromewebstore.google.com/detail/set-rn-security-module/hdbenfgeoomkaiddadkoammkpeofpfkj
Beschreibung This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.
Dateigröße 24.13 KB
Installationsanzahl 32,582
Aktuelle Version 1.0.2
Letztes Update 2018-10-26
Veröffentlichungsdatum 2018-10-26
Bewertung 1.67/5 Insgesamt 18 Bewertungen
Entwickler Secretaria de Estado da Tributação do RN
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://uvt2.set.rn.gov.br
Hilfeseite URL https://uvt2.set.rn.gov.br
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SET-RN Security Module",
    "description": "This extension allows http:\/\/*.set.rn.gov.br\/ to access certfications and hardware tokens via a native message host app.",
    "version": "1.0.2",
    "permissions": [
        "nativeMessaging",
        "cookies",
        "*:\/\/*.set.rn.gov.br\/*",
        "*:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "24": "icon24.png",
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_title": "SET-RN-SECURITY"
    },
    "content_scripts": [
        {
            "js": [
                "injector.js"
            ],
            "matches": [
                "*:\/\/*.set.rn.gov.br\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.set.rn.gov.br\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "client.js"
    ],
    "icons": {
        "24": "icon24.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}