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文件

下載Meeting Agendas, Notes & Goals - Hypercontext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}