Google Meet Visual Timer
This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Google Meet Visual Timerคืออะไร?
Google Meet Visual Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timer.smartrday.com และคุณลักษณะหลักของมันคือ "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Visual Timer
ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Visual Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take back control of your meetings. Meetings can easily get out of hand and one solution is Timeboxing : Keep track of the time and allocate specific amount of time to specific parts of the agenda.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Meet Visual Timer |
ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
คำอธิบาย | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
ขนาดไฟล์ | 130 KB |
จำนวนการติดตั้ง | 9,000 |
เวอร์ชันปัจจุบัน | 1.6.1 |
อัปเดตครั้งล่าสุด | 2020-12-07 |
วันที่เผยแพร่ | 2020-06-15 |
คะแนน | 1.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://timer.smartrday.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://timer.smartrday.com/ |
URL หน้าช่วยเหลือ | http://timer.smartrday.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Fred Gouv", "browser_action": { "default_icon": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "default_popup": "index.html", "default_title": "Google Meet Timer Visual" }, "web_accessible_resources": [ "alarm.mp3", "css\/bootstrap.min.css", "css\/jquery-3.5.1.min.js", "css\/bootstrap.bundle.min.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Google Meet Visual Timer", "version": "1.6.1" } |