Read Smart Scheduler: Calendar + Time Manager
Automate finding the best time for your meetings in Google Calendar.
Read Smart Scheduler: Calendar + Time Managerคืออะไร?
Read Smart Scheduler: Calendar + Time Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://read.ai และคุณลักษณะหลักของมันคือ "Automate finding the best time for your meetings in Google Calendar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Smart Scheduler: Calendar + Time Manager
ดาวน์โหลดไฟล์ส่วนขยาย Read Smart Scheduler: Calendar + Time Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stop scheduling bad meetings, make them better with Read Smart Scheduler. Make your calendar smarter and stop wasting time guessing the best time to schedule a meeting. Read automates finding the right time to meet based on actual meeting metrics for all participants all within Google Calendar. Read Smart Scheduler for Chrome (free) enhances Google Calendar with a seamless integration. Read is the smartest way to schedule meetings directly in Google Calendar. 🙋♀️Read learns your and your team's best times by joining your video conference calls (Google Meeting, Zoom, Teams, Webex) as a participant and applying analytics and AI to optimize your schedule. 🤖 Automate finding the best time for all meeting participants, moving meetings when you are double booked, and ensuring you have focus time built into your day. 🏦 Save up to 23 meeting hours a month with integrated recommendations. 📈 See a double-digit improvement in participant engagement and on-time rates resulting in better calls for everyone. 🔧 Add a meeting timer, talk time metrics, engagement scores, and sentiment scores to your next meeting, all in real-time. Raw audio and video is deleted post-call. 📚 After the call, access post-meeting reports that includes highlights, topics, notes, transcription with reactions, and key metrics from your meeting. 📅 Your post-meeting reports and recommendations are built right into Google Calendar. ⚙️ Read Smart Scheduler is integrated directly into your Google Calendar experience. --------- By using the Read browser extension, you agree to Read's terms and conditions and privacy policy. https://www.read.ai/tos https://www.read.ai/pp
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Read Smart Scheduler: Calendar + Time Manager |
ID | aiamjjeggglngiggkmmbnpnpeejjejaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/read-smart-scheduler-cale/aiamjjeggglngiggkmmbnpnpeejjejaf |
คำอธิบาย | Automate finding the best time for your meetings in Google Calendar. |
ขนาดไฟล์ | 1.24 MB |
จำนวนการติดตั้ง | 31,708 |
เวอร์ชันปัจจุบัน | 0.5.4 |
อัปเดตครั้งล่าสุด | 2024-01-11 |
วันที่เผยแพร่ | 2022-11-21 |
คะแนน | 4.54/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://read.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.read.ai |
URL หน้าช่วยเหลือ | https://support.read.ai/hc/en-us/requests/new |
URL หน้านโยบายความเป็นส่วนตัว | https://www.read.ai/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Smart Scheduler: Calendar + Time Manager", "description": "Automate finding the best time for your meetings in Google Calendar.", "version": "0.5.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Read Smart Scheduler" }, "icons": { "16": "logos\/logomark_16.png", "48": "logos\/logomark_48.png", "128": "logos\/logomark_128.png" }, "host_permissions": [ "*:\/\/*.read.ai\/" ], "permissions": [ "cookies", "storage" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "fonts\/*", "index.css" ], "matches": [ "https:\/\/*.calendar.google.com\/*", "https:\/\/*.meet.google.com\/*", "https:\/\/*.read.ai\/*" ] } ], "background": { "service_worker": "assets\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.calendar.google.com\/*", "https:\/\/*.meet.google.com\/*" ], "css": [ "index.css" ], "js": [ "assets\/content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.read.ai\/*" ], "css": [ "index.css" ], "js": [ "assets\/rollcall.js" ], "run_at": "document_end" } ] } |