SET-RN Security Module
This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.
什么是SET-RN Security Module?
SET-RN Security Module是由Secretaria de Estado da Tributação do RN开发的Chrome扩展程序,该扩展的主要功能是“This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.”。
扩展截图
下载SET-RN Security Module扩展crx文件
下载SET-RN Security Module扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SET-RN Security Module |
ID | hdbenfgeoomkaiddadkoammkpeofpfkj |
官方URL | https://chromewebstore.google.com/detail/set-rn-security-module/hdbenfgeoomkaiddadkoammkpeofpfkj |
简介 | This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app. |
文件大小 | 24.13 KB |
安装次数 | 32,582 |
当前版本 | 1.0.2 |
更新时间 | 2018-10-26 |
上架时间 | 2018-10-26 |
评分 | 1.67/5 共18次评分 |
开发者 | Secretaria de Estado da Tributação do RN |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://uvt2.set.rn.gov.br |
帮助页面URL | https://uvt2.set.rn.gov.br |
支持的语言 | 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" } } |