Hugo
Hugo is a meeting notes platform for fostering a culture that improves meeting performance and cohesion for hybrid work teams.
Hugoคืออะไร?
Hugo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hugo.team และคุณลักษณะหลักของมันคือ "Hugo is a meeting notes platform for fostering a culture that improves meeting performance and cohesion for hybrid work teams."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hugo
ดาวน์โหลดไฟล์ส่วนขยาย Hugo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now just a new tab away - A centralized platform for teams to improve remote meetings. What is Hugo? Hugo's meeting notes platform improves meeting performance and cohesion for remote teams. How? By uniting calendars, docs, and tasks, Hugo makes it easy to share meeting agendas, collaborate in real-time, and ensure that actions don't slip through the cracks. From customer calls to team meetings to one-on-ones, Hugo unlocks an incomparable way to work, that equips people not only to run better meetings but to be better teammates who are the best at their jobs. Integrations with Google Calendar, Slack, and other apps ensure that meeting outcomes can be seamlessly shared with colleagues, even if they're not Hugo users themselves. The result is that people show up to meetings prepared, customer calls are more productive and teams know what’s happening whether or not they were in the same room. The Hugo Chrome extension replaces your empty Chrome tab with a quick view into your upcoming meetings. It’s the perfect launchpad to prepare for and run your meetings. KEY HUGO FEATURES • 📝 Prepare agendas and write notes in your browser • ✅ Track tasks and action items • 💼 A library of 80+ agenda templates • 🚀 Quick access buttons on Google Calendar entries COMMITMENT TO PRIVACY Because Hugo connects to your calendar data, we’ve made sure it’s the safest place for your meeting knowledge. • 🕵️♀️ Private. Your data is private, accessible only by you (or your team with your permission). • 💂♀️ Safe. Permissions to read and change site data allow the extension to work, not track you. • 🔒 Encrypted. All information is encrypted during transit and storage. PRICING Hugo is **free** for individuals and small teams. The Pro plan starts at $6/user/month. Learn more at www.hugo.team
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hugo |
ID | oddeiocaoneahihhlohigkbdigkcdija |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hugo/oddeiocaoneahihhlohigkbdigkcdija |
คำอธิบาย | Hugo is a meeting notes platform for fostering a culture that improves meeting performance and cohesion for hybrid work teams. |
ขนาดไฟล์ | 34.3 KB |
จำนวนการติดตั้ง | 5,862 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-06-28 |
วันที่เผยแพร่ | 2020-06-29 |
คะแนน | 4.31/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | https://hugo.team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.hugo.team/integrations/google-chrome |
URL หน้าช่วยเหลือ | https://support.hugo.team/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.hugo.team/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hugo", "version": "1.2.1", "description": "Hugo is a meeting notes platform for fostering a culture that improves meeting performance and cohesion for hybrid work teams.", "homepage_url": "https:\/\/www.hugo.team", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "css": [ "styles.css" ], "js": [ "lib\/sentry.min.js", "googleCalendar.js" ] } ], "browser_action": [], "externally_connectable": { "matches": [ "*:\/\/*.hugo.team\/*", "*:\/\/*.hugoai.com\/*" ] }, "chrome_url_overrides": { "newtab": "app.html" }, "web_accessible_resources": [ "logo.png", "32.png" ] } |