Live Cygnature Screen sharing
An extension allows you to screen sharing on Cygnature Live.
Live Cygnature Screen sharingคืออะไร?
Live Cygnature Screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cygnature และคุณลักษณะหลักของมันคือ "An extension allows you to screen sharing on Cygnature Live."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Cygnature Screen sharing
ดาวน์โหลดไฟล์ส่วนขยาย Live Cygnature Screen sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cygnature is a Block Chain based secure, easy-to-use and feature-rich signing solution which enables signing contracts, invoices, work orders, approvals and almost any paperwork in minutes. Cygnature allows you to sign a document from almost anywhere, anytime and from any device. Built with Block Chain, Cygnature becomes the most secured signing solution. Secure Cygnature uses the power of Block Chain technology and advanced cryptography to ensure that each step of the signing process is securely hashed and stored as an immutable record that cannot be tampered with. Flexible Cygnature offers a wide assortment of signature types from electronic signatures such as drawing or uploading an image of your sign, digital signatures such as software or hardware tokens to biometric signatures like fingerprint, iris & photo. Advanced With LIVE Cygnature, sign and record the whole signing process LIVE using webcam as if signing in-person. You can also use Cygnature APIs to integrate with your own business systems and utilize smart contracts to automate workflows.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Live Cygnature Screen sharing |
ID | lcpjcojacnedfnmedjjhadihkcdklnef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/live-cygnature-screen-sha/lcpjcojacnedfnmedjjhadihkcdklnef |
คำอธิบาย | An extension allows you to screen sharing on Cygnature Live. |
ขนาดไฟล์ | 13.51 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2020-04-16 |
วันที่เผยแพร่ | 2020-04-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Cygnature |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cygnature.io |
URL หน้าช่วยเหลือ | https://cygnature.io |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cygnature.io/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Cygnature Screen sharing", "short_name": "Live Cygnature", "description": "An extension allows you to screen sharing on Cygnature Live.", "version": "1.1.8", "author": "Cygnature", "manifest_version": 2, "background": { "scripts": [ "extension.js" ], "persistent": true }, "browser_action": { "default_icon": "app-icon.png", "default_title": "Live Cygnature" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/192.192.9.175\/*", "*:\/\/192.192.1.156\/*", "*:\/\/192.192.6.101\/*", "*:\/\/*.stagingapplications.com\/*", "*:\/\/*.cygnature.io\/*", "*:\/\/192.192.4.53\/*", "*:\/\/172.16.33.215\/*" ] }, "permissions": [ "desktopCapture" ] } |