Assijus Signer
Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…
Assijus Signerคืออะไร?
Assijus Signer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Renato Crivano และคุณลักษณะหลักของมันคือ "Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Assijus Signer
ดาวน์โหลดไฟล์ส่วนขยาย Assijus Signer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents digital signing. This product is developed to enable browser signing of documents with user’s digital certificates. It connects to a Native Client that is responsible for accessing the certificate and producing the signature. The signature then is forwarded to the Assijus Web Site (https://assijus.trf2.jus.br) or one of the other allowed sites. The Native Client is available for Windows and Mac. Installation instructions available at https://assijus.jfrj.jus.br/assijus/#/sobre
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Assijus Signer |
ID | ifabfihopbhogohngopafekijckmpmka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/assijus-signer/ifabfihopbhogohngopafekijckmpmka |
คำอธิบาย | Extension to use digital certificates within webpages. Assijus Chrome Extension is web based component that supports documents… |
ขนาดไฟล์ | 9.38 KB |
จำนวนการติดตั้ง | 9,528 |
เวอร์ชันปัจจุบัน | 1.3.0.8 |
อัปเดตครั้งล่าสุด | 2023-08-08 |
วันที่เผยแพร่ | 2021-02-06 |
คะแนน | 2.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Renato Crivano |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://assijus.jfrj.jus.br |
URL หน้าช่วยเหลือ | https://assijus.jfrj.jus.br/assijus/#/sobre |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Assijus Signer", "version": "1.3.0.8", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "https:\/\/assijus.trf2.jus.br\/assijus\/*", "https:\/\/assijus.jfrj.jus.br\/assijus\/*", "https:\/\/assijus.trf4.jus.br\/*", "https:\/\/assijus.desenvolvimento.spsempapel.sp.gov.br\/*", "https:\/\/assijus.homologacao.spsempapel.sp.gov.br\/*", "https:\/\/assijus.spsempapel.sp.gov.br\/*", "*:\/\/sigat.jfrj.jus.br\/assijus\/*", "https:\/\/sigah.jfrj.jus.br\/assijus\/*", "https:\/\/assijush.jfrj.jus.br\/assijus\/*", "*:\/\/homologa.assijus.mt.gov.br\/assijus\/*", "*:\/\/assijus.mt.gov.br\/assijus\/*", "*:\/\/assijus.processo.rio\/assijus\/*", "*:\/\/assijush.processo.rio\/assijus\/*", "*:\/\/assijus.telebras.com.br\/*", "*:\/\/assijus-homologacao.telebras.com.br\/*", "*:\/\/assijus-desenvolvimento.telebras.com.br\/*", "*:\/\/assijus.infraero.gov.br\/*", "*:\/\/assijushml.infraero.gov.br\/*", "*:\/\/assijusnav.infraero.gov.br\/*", "*:\/\/assijus.riopreto.sp.gov.br\/*", "*:\/\/assijus.campinas.sp.leg.br\/*", "*:\/\/assijus.finep.gov.br\/*", "*:\/\/ittrufusion.appspot.com\/*", "*:\/\/localhost\/assijus\/*", "*:\/\/localhost\/*" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "96": "icon96.png" }, "default_title": "Assijus Signer" }, "icons": { "16": "icon16.png", "32": "icon32.png", "96": "icon96.png" }, "manifest_version": 2 } |