Meeting Agendas, Notes & Goals - Hypercontext

Collaborative agendas, notes, next steps, goals and more with Hypercontext. All within Google Meet and Google Calendar.

Meeting Agendas, Notes & Goals - Hypercontext란 무엇입니까?

Meeting Agendas, Notes & Goals - Hypercontext은(는) https://hypercontext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collaborative agendas, notes, next steps, goals and more with Hypercontext. All within Google Meet and Google Calendar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Meeting Agendas, Notes & Goals - Hypercontext 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        KEY HYPERCONTEXT FEATURES 🚀
• 🤝 Collaborate on shared meeting agendas and notes
• 📚 Built-in library of suggested questions and agenda templates
• 📝 Automatically send meeting notes to the team once the meeting is finished
• ✅ Document, track, and follow-up on next steps and action items
• 🚦 Get real-time employee feedback with post-meeting survey questions
• 📊 Meeting insights: AI-Powered analytics into the conversations you have with your team
• 🗒 Scratchpad: Public and private notes to document important information
• 📅 Google Calendar: View and check off next steps directly from your Google Calendar
• 📹 Google Meet: Interact with your meeting agenda directly in Google Meet video call
• 📄 Google Drive integration: Edit Google docs and sheets within your agenda

Join over 100,000 managers who use Hypercontext to get the most out of their team through one-on-ones and team meetings. Ditch your massive rolling document and its manual process of copy and paste setup, constant reformatting, and emailing meeting notes, and say hello to your all-in-one solution for managing your meetings, people and team.

Hypercontext is great for remote, onsite and distributed teams looking to have real-time or asynchronous meetings.

“Before Hypercontext, one-on-ones were a google document with a bulleted list per person. Trying to go back through history to find things or make sure that we had both gone into the document and updated it before we met was pretty nonexistent. It would just be kind of a running tally of us taking notes while we were talking. Now we have topics to discuss and the meeting is more productive. They are more mutual in the sense that it’s not just me coming up with the agenda.”
-- Robert Fernandes, Netflix

🤝 COLLABORATE ON SHARED MEETING AGENDAS 
- Create agendas from scratch, or choose from 45+ free meeting templates
- Add agenda items 
- Comment, ask and answer questions, and discuss items before, during, and after the meeting
- Attach files and documents 
- Items that aren’t discussed automatically carry over to the next meeting

📝 ORGANIZED AND SHARED MEETING NOTES
- Document decisions with item summaries
- Meeting notes are sent out to attendees automatically once the meeting is finished 
- Access your archive of past meeting notes

💡 PROMPT GREAT CONVERSATIONS WITH SUGGESTED QUESTIONS
- Recommended agenda items to prompt meaningful conversations
- Recommended one-on-one, team, and one-off meeting templates
- Ability to filter questions by seniority, topic, and more
- Favorite the questions you love and easily add them across all meetings

✅ BUILD ACCOUNTABILITY WITH NEXT STEPS
- Assign meeting follow-up to individuals with due dates
- All next steps are visible on a personalized Today page and your Google Calendar
- Prompts to complete next steps keep teams prepared for meetings

🚦 MEASURE IMPACT WITH REAL-TIME EMPLOYEE FEEDBACK 
- Automatically send a post-meeting survey to track meeting effectiveness or employee outlook
- Access a list of post-meeting feedback prompts
- See meeting rating trends over time

📊 IMPROVE YOUR FUTURE MEETINGS WITH AI-POWERED ANALYTICS
- AI-powered meeting insights into the conversations you’re already having with your team
- Meeting insights broken down into four main conversation categories: growth, communication, work and motivation
- Based on what’s being discussed the most (and least) in your meetings, Hypercontext will recommend suggested items to add to your agenda and reading material
- Have better one-on-one and team meetings by balancing the conversation

👩🏻‍💻 GOOGLE MEET INTEGRATION 
- View and collaborate on your meeting agenda directly from Google Meet
- Join your Google Meet video call directly from Hypercontext

📅 GOOGLE CALENDAR INTEGRATION
- Sync Hypercontext agendas to your Google Calendar
- Access and collaborate on meetings agendas directly from your Google Calendar view
- Red indicator on your calendar events to let you know if you have next steps assigned

🔌 WORKS WITH YOUR CURRENT TECH STACK 
- Hypercontext integrates with Slack, Microsoft Teams, Google, iOS, Android, Asana, Todoist & more
- Google Drive integration enables you to edit your shared Google documents directly from your Hypercontext agenda                    

확장 프로그램 기본 정보

이름 Meeting Agendas, Notes & Goals - Hypercontext Meeting Agendas, Notes & Goals - Hypercontext
ID kjidlbmlofbkhekampnlckhnhhenpfgd
공식 URL https://chromewebstore.google.com/detail/meeting-agendas-notes-goa/kjidlbmlofbkhekampnlckhnhhenpfgd
설명 Collaborative agendas, notes, next steps, goals and more with Hypercontext. All within Google Meet and Google Calendar.
파일 크기 3.58 MB
설치 횟수 4,105
현재 버전 1.13
최근 업데이트 2023-06-27
출시 날짜 2020-07-02
평점 4.89/5 총 47 개의 평점
개발자 https://hypercontext.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hypercontext.com/
도움말 페이지 URL https://help.hypercontext.com/en/
개인정보 보호 정책 페이지 URL https://hypercontext.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meeting Agendas, Notes & Goals - Hypercontext",
    "version": "1.13",
    "description": "Collaborative agendas, notes, next steps, goals and more with Hypercontext. All within Google Meet and Google Calendar.",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/*.soapboxhq.com\/*",
        "https:\/\/*.hypercontext.com\/*",
        "https:\/\/calendar.google.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "dist\/realtime.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Hypercontext",
        "default_popup": "embeds\/popup\/popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "90.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hypercontext.com\/*",
                "https:\/\/*.hypercontext.dev\/*"
            ],
            "exclude_matches": [
                "https:\/\/app.hypercontext.com\/*"
            ],
            "all_frames": true,
            "js": [
                "update-token.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hypercontext.com\/*"
            ],
            "all_frames": true,
            "js": [
                "update-create.js"
            ]
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "dist\/google-calendar\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "embeds\/google_meet\/inject.css"
            ],
            "js": [
                "dist\/utils.js",
                "embeds\/components\/rate_extension\/rate.js",
                "embeds\/google_meet\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zoom.us\/*"
            ],
            "css": [],
            "js": [
                "dist\/zoom\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "js": [
                "embeds\/asana\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/todoist.com\/app*"
            ],
            "js": [
                "embeds\/todoist\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "panel.html",
        "icons\/icon128.png",
        "icons\/icon48.png",
        "icons\/icon19.png",
        "icons\/icon16.png",
        "embeds\/components\/embedded_webapp\/hostpage-injected.js",
        "embeds\/components\/nextsteps\/panel.html",
        "embeds\/components\/quickadd\/panel.html",
        "embeds\/components\/quickcreate\/panel.html",
        "embeds\/google_calendar\/panel.html",
        "embeds\/google_meet\/panel.html",
        "embeds\/asana\/panel.html",
        "embeds\/todoist\/panel.html",
        "dist\/zoom\/inject.js"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}