Comunicação App Native Techne

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

Vad är Comunicação App Native Techne?

Comunicação App Native Techne är en Chrome-tillägg utvecklad av esocialtechne04, och dess huvudfunktion är "Assinatura digital e transmissão de eventos Tehcne para eSocial.".

Tilläggsskärmbilder

screenshot

Ladda ner Comunicação App Native Techne-förlängningens CRX-fil

Ladda ner Comunicação App Native Techne-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Comunicação App Native Techne Comunicação App Native Techne
ID obloggbdajjacighafeflebhdcpiidkd
Officiell webbadress https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd
Beskrivning Assinatura digital e transmissão de eventos Tehcne para eSocial.
Filstorlek 35.22 KB
Antal Installationer 0
Aktuell Version 1.0
Senast Uppdaterad 2022-07-28
Publiceringsdatum 2022-07-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare esocialtechne04
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.techne.com.br/
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}