AI Meeting Notes Taker & Screen Recorder

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

¿Qué es AI Meeting Notes Taker & Screen Recorder?

AI Meeting Notes Taker & Screen Recorder es una extensión de Chrome desarrollada por berrycast, y su función principal es "Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AI Meeting Notes Taker & Screen Recorder

Descarga archivos de extensión AI Meeting Notes Taker & Screen Recorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre AI Meeting Notes Taker & Screen Recorder AI Meeting Notes Taker & Screen Recorder
ID pdcdbpcmjffmfmcolgnnigdadkhiadlo
URL Oficial https://chromewebstore.google.com/detail/ai-meeting-notes-taker-sc/pdcdbpcmjffmfmcolgnnigdadkhiadlo
Descripción Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.
Tamaño del Archivo 83.95 KB
Cantidad de Instalaciones 8,000
Versión Actual 0.8.14
Última Actualización 2023-08-23
Fecha de Publicación 2020-11-01
Calificación 4.75/5 Total de 28 Calificaciones
Desarrollador berrycast
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.berrycast.com/
URL de la Página de Ayuda https://www.berrycast.com/contact
URL de la Página de Política de Privacidad https://www.berrycast.com/privacy-policy
Idiomas Soportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}