SET-RN Security Module
This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.
Wat is SET-RN Security Module?
SET-RN Security Module is een Chrome-extensie ontwikkeld door Secretaria de Estado da Tributação do RN, en de belangrijkste functie is "This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.".
Extensie Screenshots
Download het CRX-bestand van de extensie SET-RN Security Module
Download SET-RN Security Module-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hdbenfgeoomkaiddadkoammkpeofpfkj | 
| Officiële URL | https://chromewebstore.google.com/detail/set-rn-security-module/hdbenfgeoomkaiddadkoammkpeofpfkj | 
| Beschrijving | This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app. | 
| Bestandsgrootte | 24.13 KB | 
| Aantal Installaties | 32,582 | 
| Huidige Versie | 1.0.2 | 
| Laatst Bijgewerkt | 2018-10-26 | 
| Publicatiedatum | 2018-10-26 | 
| Beoordeling | 1.67/5 Totaal 18 Beoordelingen | 
| Ontwikkelaar | Secretaria de Estado da Tributação do RN | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://uvt2.set.rn.gov.br | 
| Help Pagina-URL | https://uvt2.set.rn.gov.br | 
| Ondersteunde Talen | 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"
    }
}  |  |