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文件

下載Auto Meeting Log for Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}