Comunicação App Native Techne

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

Apa itu Comunicação App Native Techne?

Comunicação App Native Techne adalah ekstensi Chrome yang dikembangkan oleh esocialtechne04, dan fitur utamanya adalah "Assinatura digital e transmissão de eventos Tehcne para eSocial.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comunicação App Native Techne

Unduh file ekstensi Comunicação App Native Techne dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Comunicação App Native Techne Comunicação App Native Techne
ID obloggbdajjacighafeflebhdcpiidkd
URL Resmi https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd
Deskripsi Assinatura digital e transmissão de eventos Tehcne para eSocial.
Ukuran File 35.22 KB
Jumlah Instalasi 0
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-07-28
Tanggal Publikasi 2022-07-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang esocialtechne04
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.techne.com.br/
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}