Firma con token
Extensión que permite firmar digitalmente con token, desde su navegador Chrome.
Firma con token là gì?
Firma con token là một tiện ích mở rộng Chrome được phát triển bởi sade.desarrolladores, và tính năng chính của nó là "Extensión que permite firmar digitalmente con token, desde su navegador Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Firma con token
Tải xuống các tệp mở rộng Firma con token 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
Extensión que permite firmar digitalmente con token, desde su navegador Chrome. La instalación de la extensión consta de 2 pasos: a. Instalación de la extensión. b. Instalación del instalable (archivo .msi). Una vez descargado deberá ejecutarlo para finalizar con el proceso. Deberá tener instalado en su PC los drivers del token.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Firma con token |
ID | copfinchbmcbjdffipaphabmjnnhijhe |
URL Chính Thức | https://chromewebstore.google.com/detail/firma-con-token/copfinchbmcbjdffipaphabmjnnhijhe |
Mô tả | Extensión que permite firmar digitalmente con token, desde su navegador Chrome. |
Kích Thước Tệp | 5.28 KB |
Số Lần Cài Đặt | 41,476 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2018-12-10 |
Ngày Phát Hành | 2018-12-10 |
Đánh Giá | 1.73/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | sade.desarrolladores |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firma con token", "description": "Extensi\u00f3n que permite firmar digitalmente con token, desde su navegador Chrome.", "version": "1.3.1", "background": { "scripts": [ "main.js" ] }, "icons": { "128": "ico36.png" }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "http:\/\/*.cap.gdeba.gba.gob.ar\/*", "https:\/\/*.cap.gdeba.gba.gob.ar\/*", "http:\/\/*.hml.gdeba.gba.gob.ar\/*", "https:\/\/*.hml.gdeba.gba.gob.ar\/*", "http:\/\/*.gdeba.gba.gob.ar\/*", "https:\/\/*.gdeba.gba.gob.ar\/*", "https:\/\/*.qa.gdeba.gba.gob.ar\/*", "http:\/\/*.qa.gdeba.gba.gob.ar\/*", "https:\/\/*.tramites.gba.gob.ar\/*", "http:\/\/*.tramites.gba.gob.ar\/*", "http:\/\/*.tramitesadistancia.gob.ar\/*", "https:\/\/*.tramitesadistancia.gob.ar\/*", "https:\/\/*.nac.everis.int\/*", "http:\/\/*.nac.everis.int\/*", "http:\/\/*.gcaba.everis.int\/*", "http:\/\/*.gcba.gob.ar\/*", "http:\/\/*.hml.gcba.gob.ar\/*", "https:\/\/*.apps.buenosaires.gob.ar\/*", "http:\/\/*.gde.gob.ar\/*", "https:\/\/*.gde.gob.ar\/*", "http:\/\/*.gov.ar\/*", "https:\/\/*.gov.ar\/*", "http:\/\/*.gob.ar\/*", "https:\/\/*.gob.ar\/*", "http:\/\/*.afip.gob.ar\/*", "https:\/\/*.afip.gob.ar\/*", "http:\/\/*.afip.gov.ar\/*", "https:\/\/*.afip.gov.ar\/*", "http:\/\/*.gde.afip.gob.ar\/*", "https:\/\/*.gde.afip.gob.ar\/*", "http:\/\/*.gde.afip.gov.ar\/*", "https:\/\/*.gde.afip.gov.ar\/*", "http:\/\/eu-homo.gde.afip.gov.ar\/*", "http:\/\/eu-homo.gde.afip.gob.ar\/*", "https:\/\/eu-homo.gde.afip.gov.ar\/*", "https:\/\/eu-homo.gde.afip.gob.ar\/*", "https:\/\/eug-homo.gde.afip.gob.ar\/*", "http:\/\/eug-homo.gde.afip.gob.ar\/*", "http:\/\/eug-homo.gde.afip.gov.ar\/*", "https:\/\/eug-homo.gde.afip.gov.ar\/*", "https:\/\/euc-homo.gde.afip.gov.ar\/*", "http:\/\/euc-homo.gde.afip.gov.ar\/*", "http:\/\/euc-homo.gde.afip.gob.ar\/*", "https:\/\/euc-homo.gde.afip.gob.ar\/*", "https:\/\/*.gde.mendoza.gov.ar\/*", "http:\/\/*.gde.mendoza.gov.ar\/*", "https:\/\/*.gdetst.mendoza.gov.ar\/*", "http:\/\/*.gdetst.mendoza.gov.ar\/*", "https:\/\/*.gdecapa.mendoza.gov.ar\/*", "http:\/\/*.gdecapa.mendoza.gov.ar\/*", "http:\/\/*.noproductivo.gde.gob.ar\/*", "https:\/\/*.noproductivo.gde.gob.ar\/*", "http:\/\/*.noproductivo2.gde.gob.ar\/*", "https:\/\/*.noproductivo2.gde.gob.ar\/*", "https:\/\/*.mendoza.gov.ar\/*", "http:\/\/*.mendoza.gov.ar\/*", "https:\/\/*.vuce.gob.ar\/*", "http:\/\/*.vuce.gob.ar\/*", "http:\/\/*.sade.srv.bpba\/*", "https:\/\/*.sade.srv.bpba\/*", "http:\/\/*.child01.root.test\/*", "https:\/\/*.child01.root.test\/*", "http:\/\/*.bapro.everis.int\/*", "https:\/\/*.bapro.everis.int\/*" ] } } |