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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย esocialtechne04 และคุณลักษณะหลักของมันคือ "Assinatura digital e transmissão de eventos Tehcne para eSocial."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comunicação App Native Techne
ดาวน์โหลดไฟล์ส่วนขยาย Comunicação App Native Techne ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Comunicação com App Nativo Techne para realização de assinatura digital e transmissão para o eSocial.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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:\/\/*\/*" ] } ] } |