Video Call Fatigue
Track your total scheduled video call durations and get warned if you are likely to get video call fatigue.
Video Call Fatigueคืออะไร?
Video Call Fatigue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reviews.org และคุณลักษณะหลักของมันคือ "Track your total scheduled video call durations and get warned if you are likely to get video call fatigue."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Call Fatigue
ดาวน์โหลดไฟล์ส่วนขยาย Video Call Fatigue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
To combat “Zoom Fatigue”, we’ve built a tool to measure how many hours of meetings are in your calendar. It will warn you if you’re likely to feel video call fatigue during the day and week. The tool can only see how many meetings you have, how long they are, if there’s a video meeting link included, and if you’re attending. It can’t see the agenda, who is invited, or any other information. By installing, using, or otherwise accessing this extension, you agree to our Privacy Policy and Terms of Service. Please read these carefully before you continue. If you do not agree to these terms, do not install, use, or otherwise access this Extension Privacy Policy: https://www.reviews.org/au/about-us/au-privacy-policy/ Terms of Service: https://www.reviews.org/au/internet/video-call-fatigue-tool/#Terms_of_Service
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | onolabholinpehbahmfanpndlkfpenli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-call-fatigue/onolabholinpehbahmfanpndlkfpenli |
คำอธิบาย | Track your total scheduled video call durations and get warned if you are likely to get video call fatigue. |
ขนาดไฟล์ | 91.63 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-07-08 |
วันที่เผยแพร่ | 2021-07-08 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Reviews.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.reviews.org/au/about-us/au-privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Call Fatigue", "description": "Track your total scheduled video call durations and get warned if you are likely to get video call fatigue.", "version": "1.5", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwOP8LBgoQ4qhRF4KlWk5n3KWGGgwyYkejBae5lHMLK0zW0XsmromOUmk5r4tQdImlrFSGKKcHGqjW7Qkz17HQZMkY0IWywn9QMk3cUijr0b7x0wsT+BmZoKG76HfBCQ0dbdTwSaLC\/KoQlUffikmxbVKCaRFUg5hAltysdgFSjd1iFe6RV7ZcgrOnWcGEcfOqf8gwXsDZfJ6jxOr6o3d5CkGizoB2Rdxytcf+dtfXrqFnRtNEKn+GVVvbBdRlt1VcViCmYpwxOWkA5G+r1R8DQB0xyCFeTil5v44tDigTMQWOZgW5WT5Vzr3HBD4eSAHhX0im8Hj5574+uX1slQIDAQAB", "oauth2": { "client_id": "1044627510421-ohkid2kbg66nr8s45f3te6im8gpd8qc4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "permissions": [ "storage", "identity" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/Video_Fatigue_Icon16.png", "32": "\/images\/Video_Fatigue_Icon32.png", "48": "\/images\/Video_Fatigue_Icon48.png", "128": "\/images\/Video_Fatigue_Icon.png" } }, "icons": { "16": "\/images\/Video_Fatigue_Icon16.png", "32": "\/images\/Video_Fatigue_Icon32.png", "48": "\/images\/Video_Fatigue_Icon48.png", "128": "\/images\/Video_Fatigue_Icon.png" } } |