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. 擴展基本資訊
| 名稱 | |
| ID | hdbenfgeoomkaiddadkoammkpeofpfkj |
| 官方網址 | 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"
}
} | |