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 |
官方網址 | 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:\/\/*\/*" ] } ] } |