Audio Recordings for Google Classroom - Beep
Allows teachers and students to leave voice notes and feedback on Google Classroom, Gmail, Google Docs, Slides, Forms, and Sheets.
Audio Recordings for Google Classroom - Beepคืออะไร?
Audio Recordings for Google Classroom - Beep เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beepaudio.com และคุณลักษณะหลักของมันคือ "Allows teachers and students to leave voice notes and feedback on Google Classroom, Gmail, Google Docs, Slides, Forms, and Sheets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Recordings for Google Classroom - Beep
ดาวน์โหลดไฟล์ส่วนขยาย Audio Recordings for Google Classroom - Beep ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Beep is a voice feedback Chrome Extension that allows you to record and listen to voice notes and audio comments all within Google Classroom, Google Docs, and Gmail. You never need to leave Google Classroom, Google Docs, or Gmail to record and play the voice notes. Easily replicate one of the most essential parts of the in-person in-classroom experience in a remote learning setting - it's the missing piece in digital education. 🤔 Why voice feedback? Voice feedback can take the friendliness and ease of in person feedback without the logistics of in person meetings and without the difficult and time consuming work of writing pitch-perfect feedback. It's a great tool for bridging the gap in "distance learning" and "remote teaching." ⚙️ How it works? For Google Classroom 1. Install the Chrome Extension above. 2. Visit Google Classroom. 3. Click the voice note button under posts or voice comment button in comments to record voice notes. For Google Docs 1. Install the Chrome Extension above. 2. Visit Google Docs. 3. Highlight text on a doc. 4. Click comment button to the right. 5. Click the "voice comment" button. For Gmail 1. Install the Chrome Extension above. 2. Visit Gmail. 3. Click the red microphone button to the right of the send button. If your students and fellow teachers have Beep for Google Classroom for installed as well, all your recording links will automatically be converted into embedded players so they don't need to open a new window. ❓ Who’s it for? 🧑🏻🏫 Teachers and Educators Use voice instructions to cut down on the time it takes you to create lessons and assignments. Provide feedback to students on assessments, invent new assignments that utilize your students' voices, and communicate with students, parents, and fellow teachers in a faster, more personal way. 👩🏾💼 Administrators Communicate with faculty and parents, and make sure there are no misunderstandings. 🙋♂️ Students It can be difficult for some students to express themselves fully by writing. With voice notes they can convey more to teachers and students, enriching the learning experience and giving students more confidence that they are being heard. ***Disclaimer*** This app is not affiliated with or officially endorsed by Google, Google Classroom, Gmail or Google Docs, Slides, Sheets, or Forms in any way
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio Recordings for Google Classroom - Beep |
ID | ooopgniccpfabocbklfljmomacccjgej |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-recordings-for-goog/ooopgniccpfabocbklfljmomacccjgej |
คำอธิบาย | Allows teachers and students to leave voice notes and feedback on Google Classroom, Gmail, Google Docs, Slides, Forms, and Sheets. |
ขนาดไฟล์ | 5.07 MB |
จำนวนการติดตั้ง | 42,509 |
เวอร์ชันปัจจุบัน | 1.22 |
อัปเดตครั้งล่าสุด | 2023-11-02 |
วันที่เผยแพร่ | 2021-08-12 |
คะแนน | 4.83/5 รวมทั้งหมด 161 คะแนน |
ผู้พัฒนา | https://beepaudio.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.beepaudio.com |
URL หน้าช่วยเหลือ | https://www.beepaudio.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.beepaudio.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audio Recordings for Google Classroom - Beep", "short_name": "Beep for Google Classroom, Gmail, and Google Docs", "author": "@beepaudio", "version": "1.22", "description": "Allows teachers and students to leave voice notes and feedback on Google Classroom, Gmail, Google Docs, Slides, Forms, and Sheets.", "manifest_version": 2, "permissions": [ "storage", "management", "https:\/\/mail.google.com\/", "activeTab" ], "background": { "page": "background.html", "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/*" ], "js": [ "forms-content.bundle.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/docs.google.com\/presentation\/*", "https:\/\/docs.google.com\/spreadsheets\/*" ], "js": [ "docs-content.bundle.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/classroom.google.com\/*" ], "js": [ "classroom-content.bundle.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "gmail-content.bundle.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/www.beepaudio.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "workspace-content.bundle.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/assets\/*" ], "browser_action": { "default_popup": "popup.html", "default_title": "Beep for Google Classroom, Gmail and Google Docs", "default_icon": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" } }, "icons": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/www.googleapis.com; object-src 'self'" } |