Comunicação App Native Techne
Assinatura digital e transmissão de eventos Tehcne para eSocial.
Wat is Comunicação App Native Techne?
Comunicação App Native Techne is een Chrome-extensie ontwikkeld door esocialtechne04, en de belangrijkste functie is "Assinatura digital e transmissão de eventos Tehcne para eSocial.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comunicação App Native Techne
Download Comunicação App Native Techne-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Comunicação com App Nativo Techne para realização de assinatura digital e transmissão para o eSocial.
Basisinformatie over de Extensie
Naam | Comunicação App Native Techne |
ID | obloggbdajjacighafeflebhdcpiidkd |
Officiële URL | https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd |
Beschrijving | Assinatura digital e transmissão de eventos Tehcne para eSocial. |
Bestandsgrootte | 35.22 KB |
Aantal Installaties | 0 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-07-28 |
Publicatiedatum | 2022-07-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | esocialtechne04 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.techne.com.br/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |