AI Meeting Notes Taker & Screen Recorder

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

Cos'è AI Meeting Notes Taker & Screen Recorder?

AI Meeting Notes Taker & Screen Recorder è un'estensione di Chrome sviluppata da berrycast, e la sua funzione principale è "Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AI Meeting Notes Taker & Screen Recorder

Scarica i file di estensione AI Meeting Notes Taker & Screen Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AI Meeting Notes Taker & Screen Recorder AI Meeting Notes Taker & Screen Recorder
ID pdcdbpcmjffmfmcolgnnigdadkhiadlo
URL Ufficiale https://chromewebstore.google.com/detail/ai-meeting-notes-taker-sc/pdcdbpcmjffmfmcolgnnigdadkhiadlo
Descrizione Berrycast screen recorder records, transcribes and generates AI meeting summaries for Zoom, Google Meet and MS Teams.
Dimensione del File 83.95 KB
Conteggio Installazioni 8,000
Versione Corrente 0.8.14
Ultimo Aggiornamento 2023-08-23
Data di Pubblicazione 2020-11-01
Valutazione 4.75/5 Totale 28 Valutazioni
Sviluppatore berrycast
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.berrycast.com/
URL della Pagina di Aiuto https://www.berrycast.com/contact
URL della Pagina della Politica sulla Privacy https://www.berrycast.com/privacy-policy
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}