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 - это расширение Chrome, разработанное berrycast, и его основная функция - "Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AI Meeting Notes Taker & Screen Recorder

Скачайте файлы расширений 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
Официальный URL 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}