Auto Meeting Log for Google Meet

Automatically turns on Google Meet captions and saves them.

O que é Auto Meeting Log for Google Meet?

Auto Meeting Log for Google Meet é uma extensão do Chrome desenvolvida por WiseBell, e sua principal característica é "Automatically turns on Google Meet captions and saves them.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto Meeting Log for Google Meet

Baixe arquivos de extensão Auto Meeting Log for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Auto Meeting Log for Google Meet Auto Meeting Log for Google Meet
ID jonckopmbealkcepmepcacikljpedpfn
URL Oficial https://chromewebstore.google.com/detail/auto-meeting-log-for-goog/jonckopmbealkcepmepcacikljpedpfn
Descrição Automatically turns on Google Meet captions and saves them.
Tamanho do Arquivo 48.13 KB
Contagem de Instalações 308
Versão Atual 1.0
Última Atualização 2023-10-16
Data de Publicação 2023-10-15
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor WiseBell
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://automeetinglog.github.io/privacy-policy.html
Idiomas Suportados 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"
    }
}