Auto Meeting Log for Google Meet

Automatically turns on Google Meet captions and saves them.

Auto Meeting Log for Google Meet란 무엇입니까?

Auto Meeting Log for Google Meet은(는) WiseBell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically turns on Google Meet captions and saves them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Meeting Log for Google Meet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 경험을 향상시키세요! 모든 회의 캡션을 자동으로 캡처하고 로컬에 저장하며, 과거 로그를 쉽게 검토하고 관리하세요. 수동으로 메모를 하는 일에 작별 인사를 하고, 팀과 항상 정확한 트랙을 유지할 수 있는 원활하고 안전하며 스마트한 솔루션으로 회의를 업그레이드하세요. 지금 참여하고 다음 수준의 가상 커뮤니케이션을 경험하세요!                    

확장 프로그램 기본 정보

이름 Auto Meeting Log for Google Meet Auto Meeting Log for Google Meet
ID jonckopmbealkcepmepcacikljpedpfn
공식 URL https://chromewebstore.google.com/detail/auto-meeting-log-for-goog/jonckopmbealkcepmepcacikljpedpfn
설명 Automatically turns on Google Meet captions and saves them.
파일 크기 48.13 KB
설치 횟수 308
현재 버전 1.0
최근 업데이트 2023-10-16
출시 날짜 2023-10-15
평점 5.00/5 총 12 개의 평점
개발자 WiseBell
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://automeetinglog.github.io/privacy-policy.html
지원되는 언어 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"
    }
}