Auto Meeting Log for Google Meet

Automatically turns on Google Meet captions and saves them.

What is Auto Meeting Log for Google Meet?

Auto Meeting Log for Google Meet is a Chrome extension developed by WiseBell, and its main feature is "Automatically turns on Google Meet captions and saves them.".

Extension Screenshots

screenshot
screenshot

Download Auto Meeting Log for Google Meet Extension CRX File

Download Auto Meeting Log for Google Meet 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

                        Unlock Stress-Free Virtual Meetings with Auto Meeting Log!
Enhance your Google Meet experiences with Auto Meeting Log, your dependable meeting assistant! Automatically capture and locally store all meeting captions, effortlessly review and manage past logs. Say goodbye to manual note-taking and elevate your meetings with a seamless, secure, and smart solution that keeps you and your team always on track. Join today and embrace next-level virtual communication!

[Chinese (Simplified)]
解锁无压力虚拟会议与 Auto Meeting Log!
通过 Auto Meeting Log 提升您的 Google Meet 体验,成为您可靠的会议助手!自动捕捉并本地存储所有会议字幕,轻松回顾和管理过去的记录。告别手动记笔记,并通过无缝、安全且智能的解决方案提升您的会议体验,确保您和您的团队始终保持在正确的轨道上。今天就加入,拥抱下一层次的虚拟沟通!

[Japanese]
Auto Meeting Logでストレスフリーなバーチャルミーティングを実現しましょう!
Auto Meeting Log、あなたの信頼できるミーティングアシスタントで、Google Meetの経験を向上させましょう!会議のキャプションを自動的にキャプチャしてローカルに保存し、過去のログを効率的にレビューおよび管理します。手書きメモを作成する手間から解放され、シームレスでセキュア、かつスマートなソリューションでミーティングをレベルアップさせ、あなたとあなたのチームを常に正しい進行に保ちます。今日参加して、次世代のバーチャルコミュニケーションを体験しましょう!

[Korean]
Auto Meeting Log으로 스트레스 없는 가상 회의를 경험하세요!
Auto Meeting Log, 당신의 신뢰할 수 있는 회의 도우미로 Google Meet 경험을 향상시키세요! 모든 회의 캡션을 자동으로 캡처하고 로컬에 저장하며, 과거 로그를 쉽게 검토하고 관리하세요. 수동으로 메모를 하는 일에 작별 인사를 하고, 팀과 항상 정확한 트랙을 유지할 수 있는 원활하고 안전하며 스마트한 솔루션으로 회의를 업그레이드하세요. 지금 참여하고 다음 수준의 가상 커뮤니케이션을 경험하세요!                    

Extension Basic Information

Name Auto Meeting Log for Google Meet Auto Meeting Log for Google Meet
ID jonckopmbealkcepmepcacikljpedpfn
Official URL https://chromewebstore.google.com/detail/auto-meeting-log-for-goog/jonckopmbealkcepmepcacikljpedpfn
Description Automatically turns on Google Meet captions and saves them.
File Size 48.13 KB
Installation Count 308
Current Version 1.0
Last Updated 2023-10-16
Publish Date 2023-10-15
Rating 5.00/5 Total 12 Ratings
Developer WiseBell
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://automeetinglog.github.io/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Meeting Log for Google Meet",
    "version": "1.0",
    "description": "Automatically turns on Google Meet captions and saves them.",
    "permissions": [],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "128": "images\/128-AutoMeetingLog.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "meetings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "images\/128-AutoMeetingLog.png"
    }
}