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 |
Eメール | [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" } } |