Comunicação App Native Techne
Assinatura digital e transmissão de eventos Tehcne para eSocial.
Hvad er Comunicação App Native Techne?
Comunicação App Native Techne er en Chrome-udvidelse udviklet af esocialtechne04, og dens hovedfunktion er "Assinatura digital e transmissão de eventos Tehcne para eSocial.".
Udvidelsesskærmbilleder
Download Comunicação App Native Techne-udvidelses-CRX-fil
Download Comunicação App Native Techne-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Comunicação com App Nativo Techne para realização de assinatura digital e transmissão para o eSocial.
Grundlæggende oplysninger om udvidelsen
Navn | Comunicação App Native Techne |
ID | obloggbdajjacighafeflebhdcpiidkd |
Officiel URL | https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd |
Beskrivelse | Assinatura digital e transmissão de eventos Tehcne para eSocial. |
Filstørrelse | 35.22 KB |
Antal Installationer | 0 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-07-28 |
Udgivelsesdato | 2022-07-26 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | esocialtechne04 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.techne.com.br/ |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |