AI Meeting Notes Taker & Screen Recorder

Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.

什麼是AI Meeting Notes Taker & Screen Recorder?

AI Meeting Notes Taker & Screen Recorder是由berrycast開發的Chrome擴展程式,該擴展的主要功能是“Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載AI Meeting Notes Taker & Screen Recorder擴展crx文件

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

擴展使用說明

                        Berrycast is an AI powered screen recording and video messaging platform (used by 100,000+ Users)
Our platform allows you to automatically record and transcribe your meeting conversations, then use AI to summarize the discussion. Afterward, share a link of the video with ease via email, instant message, or in your task management tool. Even if you are not the host of the meeting.
You can also use Berrycast to communicate more effectively, efficiently, and expressively with everyone using Berrycast for creating and requesting screen recorded video messages as well.

Here is how the Berrycast AI meeting notes taker and screen recorder works?

➕Install Chrome extension or Desktop application
⏺️Launch recorder & select recording mode - Screen + Camera or Camera Only
⏹️Stop recording. Video gets immediately uploaded to the cloud.
🎥Now video is available with transcripts (we detect 60+ languages) to review
🤖Use AIWriter to summarize video conversation or use different prompts
🔗 Now share video via direct link, email and social media with transcripts and AI summary

Berrycast also supports the following features:

🎥  Screen + Face recorder
✂️  Trim your video 
📑  Transcripts (60+ languages)
🤖  ChatGPT powered AIWriter
⬇️  Download your video
📧  Email integrations (Gmail and Outlook)
👀  See who has viewed your video
📺  Video replies and comments

Who is using Berrycast?

More than 100,000 people use Berrycast every day to capture their meetings, record screen and video messages including project managers, marketers, sales people, recruiters, developers and engineers without worrying about note taking.

How does an AI note taking feature really work?

You need to simply launch the recorder and your video will start recording with the transcript. Then once the video is recorded and available to view, you can use our AIWriter feature to do the following to generate meeting notes: 

👉 Meeting key points - Summarize entire meeting conversation in key points.

👉 Summarize Conversation - Generate a quick summary out of the entire meeting in one or two paragraphs.

👉 Summarize in Bullet-points - Summarize entire meeting conversation in easy to digest bullet points.

👉 Define Action Items & To-dos  - Summarize entire meeting conversation in the form of actions items and to-dos.

👉 Clean my transcript - Simply correct the meeting (grammar and spelling mistakes) transcripts through AI. 

👉 Email ready to send - Get ready to send email draft that is pre-written and can be sent immediately.

People ask questions. So, We figured why not turn them into FAQs?

❓  How do I record screens on Windows & Mac?
👉 You can install the Chrome extension or you can install our desktop application as well.

❓  Is Berrycast a free screen recorder tool?
👉  Yes. We offer a 14 day full feature trial.

❓  Does the Berrycast screen recorder record audio and video?
👉  Yes. Our tool records both system and microphone audio.

❓  Is it possible to record meetings without noticing anyone?
👉  Yes. Our recorder is bot free. Hence nobody would notice your video being recorded.

❓  Can I edit my screen recording videos?
👉  Yes. We offer video trim/edit functionalities.

❓  Can I add custom thumbnails to videos?
👉 Yes.

❓  Can I add custom CTA buttons to videos?
👉 Yes.

❓  Can I download a video in HD?
👉 Yes

❓  Can I edit/correct transcripts?
👉 Yes. You can edit and update the transcript to correct your mistakes.

❓  Can I download the transcripts?
👉 Yes. You can download the transcripts.

❓  Can I use AIWriter multiple times?
👉 Yes. You can use the prompts unlimited times.

❓  Can I share videos with others?
👉 Yes. You can copy the direct link, send email and embed it on an external website.

❓  Can I invite my team members to try the Berrycast tool?
👉 Yes. If you are on a pro plan.

❓  Which browsers does your online screen recorder work with?
👉  Berrycast works with Chromium based browsers & Safari.

❓ Does Berrycast offer a mobile recorder?
👉No                    

擴展基本資訊

名稱 AI Meeting Notes Taker & Screen Recorder AI Meeting Notes Taker & Screen Recorder
ID pdcdbpcmjffmfmcolgnnigdadkhiadlo
官方網址 https://chromewebstore.google.com/detail/ai-meeting-notes-taker-sc/pdcdbpcmjffmfmcolgnnigdadkhiadlo
簡介 Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.
檔案大小 83.95 KB
安裝次數 8,000
目前版本 0.8.14
更新時間 2023-08-23
上架時間 2020-11-01
評分 4.75/5 共 28 次評分
開發者 berrycast
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.berrycast.com/
說明頁面URL https://www.berrycast.com/contact
隱私政策頁面URL https://www.berrycast.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Meeting Notes Taker & Screen Recorder",
    "version": "0.8.14",
    "description": "Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.",
    "action": {
        "default_title": "Berrycast"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "test-tab-capture": {
            "description": "test tab capture",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "import-content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/berrycast.com",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "short_name": "Berrycast",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.svg"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/icons\/*.png"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}