Comunicação App Native Techne
Assinatura digital e transmissão de eventos Tehcne para eSocial.
什么是Comunicação App Native Techne?
Comunicação App Native Techne是由esocialtechne04开发的Chrome扩展程序,该扩展的主要功能是“Assinatura digital e transmissão de eventos Tehcne para eSocial.”。
扩展截图
下载Comunicação App Native Techne扩展crx文件
下载Comunicação App Native Techne扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Comunicação com App Nativo Techne para realização de assinatura digital e transmissão para o eSocial.
扩展基本信息
名称 | Comunicação App Native Techne |
ID | obloggbdajjacighafeflebhdcpiidkd |
官方URL | https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd |
简介 | Assinatura digital e transmissão de eventos Tehcne para eSocial. |
文件大小 | 35.22 KB |
安装次数 | 0 |
当前版本 | 1.0 |
更新时间 | 2022-07-28 |
上架时间 | 2022-07-26 |
评分 | 5.00/5 共1次评分 |
开发者 | esocialtechne04 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.techne.com.br/ |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comunica\u00e7\u00e3o App Native Techne", "version": "1.0", "description": "Assinatura digital e transmiss\u00e3o de eventos Tehcne para eSocial.", "manifest_version": 3, "author": "Alysson J\u00fanio da Silva Tostes", "action": { "default_popup": "popup.html", "default_title": "Techne Engenharia e Sistemas" }, "icons": { "128": "icon\/techne-logo.png" }, "permissions": [ "nativeMessaging" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "messaging\/EventListener.js", "messaging\/MessageSender.js", "content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "ObterVersao.json" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |