Comunicação App Native Techne

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

Comunicação App Native Techne란 무엇입니까?

Comunicação App Native Techne은(는) esocialtechne04에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assinatura digital e transmissão de eventos Tehcne para eSocial."입니다.

확장 프로그램 스크린샷

screenshot

Comunicação App Native Techne 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Comunicação App Native Techne Comunicação App Native Techne
ID obloggbdajjacighafeflebhdcpiidkd
공식 URL https://chromewebstore.google.com/detail/comunica%C3%A7%C3%A3o-app-native-te/obloggbdajjacighafeflebhdcpiidkd
설명 Assinatura digital e transmissão de eventos Tehcne para eSocial.
파일 크기 35.22 KB
설치 횟수 0
현재 버전 1.0
최근 업데이트 2022-07-28
출시 날짜 2022-07-26
평점 5.00/5 총 1 개의 평점
개발자 esocialtechne04
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.techne.com.br/
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}