AI Meeting Notes Taker & Screen Recorder

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

What is AI Meeting Notes Taker & Screen Recorder?

AI Meeting Notes Taker & Screen Recorder is a Chrome extension developed by berrycast, and its main feature is "Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AI Meeting Notes Taker & Screen Recorder Extension CRX File

Download AI Meeting Notes Taker & Screen Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AI Meeting Notes Taker & Screen Recorder AI Meeting Notes Taker & Screen Recorder
ID pdcdbpcmjffmfmcolgnnigdadkhiadlo
Official URL https://chromewebstore.google.com/detail/ai-meeting-notes-taker-sc/pdcdbpcmjffmfmcolgnnigdadkhiadlo
Description Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.
File Size 83.95 KB
Installation Count 8,000
Current Version 0.8.14
Last Updated 2023-08-23
Publish Date 2020-11-01
Rating 4.75/5 Total 28 Ratings
Developer berrycast
Email [email protected]
Payment Type in_app
Extension Website https://www.berrycast.com/
Help Page URL https://www.berrycast.com/contact
Privacy Policy Page URL https://www.berrycast.com/privacy-policy
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}