Betafi: Record, Add Notes, Transcribe Calls

Give your Google Meet™ calls superpowers with the Betafi extension: take notes, record the calls, and get automatic transcripts.

ما هو Betafi: Record, Add Notes, Transcribe Calls؟

Betafi: Record, Add Notes, Transcribe Calls هو إضافة Chrome تم تطويرها بواسطة https://betafi.co، والميزة الرئيسية لها هي "Give your Google Meet™ calls superpowers with the Betafi extension: take notes, record the calls, and get automatic transcripts.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Betafi: Record, Add Notes, Transcribe Calls

قم بتنزيل ملفات الامتداد Betafi: Record, Add Notes, Transcribe Calls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Betafi Chrome extension opens up a new world within your Google Meet™ calls. With it, you can effortlessly record conversations, capture important highlights, and tag teammates to instantly share feedback for their track. Once the call is over, you can access the recording, automatic transcript, GPT-4 powered call summary, and much more for FREE.

🆓 Betafi is FREE

Betafi is FREE for Google Meet™ users and includes up to 5 hours of transcription with 5 collaborators.

Here are some features to enhance your organization and productivity:

- 🎥 Record and download your Google Meets™ automatically in high quality.
- 📝 Instantly get meeting minutes without AI-generated GPT-4 call summary.
- 🌎 Generate Google Meet™ transcriptions in over 30 languages and dialects including Hinglish, French, Russian, Chinese and many more.
- 🌐 Translate the transcripts of your Google Meets™ in over 150 languages including Bahasa, Dutch, Danish and many more.
- 🎞 Create mini video clips of your Google Meet™ recordings and share them on platforms like Notion and Slack.
- 📌 Timestamp, highlight, and mark important moments during calls with a single click.
- ✍ Take timestamped notes during Google Meet™ calls.
- 🔗 Share public links to recordings via E-Mail, WhatsApp and Slack.
- ✔ Review and edit meeting action points and takeaways.
- 🙋‍♀️ Tag stakeholders and colleagues at any point during the call to share relevant feedback.

Betafi can be used for:

- 🎯 Product and user research
- 📋 Customer feedback calls
- 🧑‍🔬 User Interviews
- 💼 Sales meetings
- 🤝 Hiring and Recruitment
- 📲 Demo Calls
- 🖥️ Internal meetings by remote teams
- 🖥️ Online webinars & events
- 🏫 Online classes
- 📊 Market research and surveys

Betafi is integrated with:

- 🎨 Miro
- 🔌 Slack
- 🖌️ FigJam/Figma
- ✏️ Sketch
- 🎨 Adobe XD
- 📝 Notion

and many more.

Security & Privacy: We are SOC2 Type II 🔒 compliant

Experience Betafi today and transform the way you take notes and record calls. So, next time you join a Google Meet™ meeting, don’t forget to Betafi it! 💻🚀

If you have any questions, feel free to check out our help center or drop us a note at [email protected]

Help Center: https://help.betafi.co/en/collections/4011841-betafi-and-google-meet-integration                    

معلومات أساسية عن التمديد

الاسم Betafi: Record, Add Notes, Transcribe Calls Betafi: Record, Add Notes, Transcribe Calls
ID pcbbcmacaeoaabpnenfhbkocnoajdfme
عنوان URL الرسمي https://chromewebstore.google.com/detail/betafi-record-add-notes-t/pcbbcmacaeoaabpnenfhbkocnoajdfme
الوصف Give your Google Meet™ calls superpowers with the Betafi extension: take notes, record the calls, and get automatic transcripts.
حجم الملف 117 KB
عدد التثبيتات 160
النسخة الحالية 0.3.19
آخر تحديث 2023-08-09
تاريخ النشر 2023-05-15
تقييم 5.00/5 مجموع تقييمات 4
المطور https://betafi.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.betafi.co/
عنوان صفحة المساعدة https://www.betafi.co/support
عنوان صفحة سياسة الخصوصية https://www.betafi.co/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Betafi: Record, Add Notes, Transcribe Calls",
    "description": "Give your Google Meet\u2122 calls superpowers with the Betafi extension: take notes, record the calls, and get automatic transcripts.",
    "version": "0.3.19",
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.cc9841cb.976119a8.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "assets\/loader.91b3d5b7.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/betafi_icon16.png",
        "32": "images\/betafi_icon32.png",
        "48": "images\/betafi_icon48.png",
        "64": "images\/betafi_icon64.png",
        "128": "images\/betafi_icon128.png",
        "256": "images\/betafi_icon256.png",
        "512": "images\/betafi_icon512.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/app.betafi.co\/*"
            ],
            "resources": [
                "src\/assets\/logo.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "resources": [
                "assets\/logo.e5fe3139.svg",
                "assets\/icon.fba81791.svg",
                "assets\/loader.84c08c41.js",
                "assets\/browser-polyfill.bd628831.js",
                "assets\/content.tsx.cc9841cb.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/app.betafi.co\/"
    ]
}