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 là gì?

SET-RN Security Module là một tiện ích mở rộng Chrome được phát triển bởi Secretaria de Estado da Tributação do RN, và tính năng chính của nó là "This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SET-RN Security Module

Tải xuống các tệp mở rộng SET-RN Security Module dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SET-RN Security Module SET-RN Security Module
ID hdbenfgeoomkaiddadkoammkpeofpfkj
URL Chính Thức https://chromewebstore.google.com/detail/set-rn-security-module/hdbenfgeoomkaiddadkoammkpeofpfkj
Mô tả This extension allows http://*.set.rn.gov.br/ to access certfications and hardware tokens via a native message host app.
Kích Thước Tệp 24.13 KB
Số Lần Cài Đặt 32,582
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-10-26
Ngày Phát Hành 2018-10-26
Đánh Giá 1.67/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Secretaria de Estado da Tributação do RN
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://uvt2.set.rn.gov.br
URL Trang Trợ Giúp https://uvt2.set.rn.gov.br
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}