Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Google meet attendance downloader & autoadmitคืออะไร?
Google meet attendance downloader & autoadmit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Md Waqar และคุณลักษณะหลักของมันคือ "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google meet attendance downloader & autoadmit
ดาวน์โหลดไฟล์ส่วนขยาย Google meet attendance downloader & autoadmit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
คำอธิบาย | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
ขนาดไฟล์ | 23.88 KB |
จำนวนการติดตั้ง | 533 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2021-07-06 |
วันที่เผยแพร่ | 2021-03-05 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Md Waqar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google meet attendance downloader & autoadmit", "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Google meet attendance downloader & autoadmit", "default_icon": "logo.png" } } |