Auto Meeting Log for Google Meet

Automatically turns on Google Meet captions and saves them.

Qu'est-ce que Auto Meeting Log for Google Meet ?

Auto Meeting Log for Google Meet est une extension Chrome développée par WiseBell, et sa fonction principale est "Automatically turns on Google Meet captions and saves them.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Meeting Log for Google Meet

Téléchargez les fichiers d'extension Auto Meeting Log for Google Meet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Auto Meeting Log for Google Meet Auto Meeting Log for Google Meet
ID jonckopmbealkcepmepcacikljpedpfn
URL Officiel https://chromewebstore.google.com/detail/auto-meeting-log-for-goog/jonckopmbealkcepmepcacikljpedpfn
Description Automatically turns on Google Meet captions and saves them.
Taille du Fichier 48.13 KB
Nombre d'Installations 308
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-16
Date de Publication 2023-10-15
Évaluation 5.00/5 Total 12 Évaluations
Développeur WiseBell
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://automeetinglog.github.io/privacy-policy.html
Langues Prises en Charge 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"
    }
}