Save Participants (Google Meet & MS Teams)
This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Save Participants (Google Meet & MS Teams)คืออะไร?
Save Participants (Google Meet & MS Teams) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leo.robol และคุณลักษณะหลักของมันคือ "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Participants (Google Meet & MS Teams)
ดาวน์โหลดไฟล์ส่วนขยาย Save Participants (Google Meet & MS Teams) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can be used during a meeting on teams.microsoft.com or on meet.google.com to download the list of current participants as a text file. This might be useful in a classroom or in meetings where the presence needs to be certified, to avoid a lengthy and error-prone copy-paste.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save Participants (Google Meet & MS Teams) |
ID | amajpgnakbemacnkmnjbkoacbaephjfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd |
คำอธิบาย | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
ขนาดไฟล์ | 26.33 KB |
จำนวนการติดตั้ง | 5,076 |
เวอร์ชันปัจจุบัน | 2.7 |
อัปเดตครั้งล่าสุด | 2021-02-19 |
วันที่เผยแพร่ | 2020-05-01 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | leo.robol |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/robol/save-participants-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Participants (Google Meet & MS Teams)", "version": "2.7", "description": "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file", "permissions": [ "downloads", "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/particip_16.png", "32": "images\/particip_32.png", "48": "images\/particip_48.png", "128": "images\/particip_128.png" } }, "manifest_version": 2, "web_accessible_resources": [ "get-call.js" ] } |