Comunicação App Native Techne

Assinatura digital e transmissão de eventos Tehcne para eSocial.

What is Comunicação App Native Techne?

Comunicação App Native Techne is a Chrome extension developed by esocialtechne04, and its main feature is "Assinatura digital e transmissão de eventos Tehcne para eSocial.".

Extension Screenshots

screenshot

Download Comunicação App Native Techne Extension CRX File

Download Comunicação App Native Techne extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Comunicação com App Nativo Techne para realização de assinatura digital e transmissão para o eSocial.                    

Extension Basic Information

Name Comunicação App Native Techne Comunicação App Native Techne
ID obloggbdajjacighafeflebhdcpiidkd
Official URL https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd
Description Assinatura digital e transmissão de eventos Tehcne para eSocial.
File Size 35.22 KB
Installation Count 0
Current Version 1.0
Last Updated 2022-07-28
Publish Date 2022-07-26
Rating 5.00/5 Total 1 Ratings
Developer esocialtechne04
Email [email protected]
Payment Type free
Extension Website https://www.techne.com.br/
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}