SET-RN Security Module
This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.
Vad är SET-RN Security Module?
SET-RN Security Module är en Chrome-tillägg utvecklad av Secretaria de Estado da Tributação do RN, och dess huvudfunktion är "This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.".
Tilläggsskärmbilder
Ladda ner SET-RN Security Module-förlängningens CRX-fil
Ladda ner SET-RN Security Module-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hdbenfgeoomkaiddadkoammkpeofpfkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/set-rn-security-module/hdbenfgeoomkaiddadkoammkpeofpfkj |
| Beskrivning | This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app. |
| Filstorlek | 24.13 KB |
| Antal Installationer | 32,582 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2018-10-26 |
| Publiceringsdatum | 2018-10-26 |
| Betyg | 1.67/5 Totalt 18 Betyg |
| Utvecklare | Secretaria de Estado da Tributação do RN |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://uvt2.set.rn.gov.br |
| Hjälpsida URL | https://uvt2.set.rn.gov.br |
| Stödda Språk | 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"
}
} | |