SET-RN Security Module
This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.
Qu'est-ce que SET-RN Security Module ?
SET-RN Security Module est une extension Chrome développée par Secretaria de Estado da Tributação do RN, et sa fonction principale est "This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SET-RN Security Module
Téléchargez les fichiers d'extension SET-RN Security Module au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SET-RN Security Module |
ID | hdbenfgeoomkaiddadkoammkpeofpfkj |
URL Officiel | https://chromewebstore.google.com/detail/set-rn-security-module/hdbenfgeoomkaiddadkoammkpeofpfkj |
Description | This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app. |
Taille du Fichier | 24.13 KB |
Nombre d'Installations | 32,582 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-10-26 |
Date de Publication | 2018-10-26 |
Évaluation | 1.67/5 Total 18 Évaluations |
Développeur | Secretaria de Estado da Tributação do RN |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://uvt2.set.rn.gov.br |
URL de la Page d'Aide | https://uvt2.set.rn.gov.br |
Langues Prises en Charge | 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" } } |