Fathom AI Meeting Assistant for Google Meet

Records, transcribes & summarizes your meetings for FREE

Fathom AI Meeting Assistant for Google Meet란 무엇입니까?

Fathom AI Meeting Assistant for Google Meet은(는) https://fathom.video에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Records, transcribes & summarizes your meetings for FREE"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fathom AI Meeting Assistant for Google Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Install this Fathom for Google Meet Chrome extension to unlock:

* Ability to use Fathom on any Google Meet - without it you have to make sure to join the meeting from the Fathom desktop app
* No more looking for the desktop app - Fathom recording controls embedded directly in Google Meet


ABOUT FATHOM

Fathom records, transcribes, and summarizes your Zoom, Google Meet, or Microsoft Teams meetings so you can focus on the conversation instead of taking notes!

🆓 Fathom is completely FREE to use! Get setup in a matter of minutes.

🥇 #1 Rated AI Meeting Assistant on G2 with a perfect 5/5 rating. Read our reviews: https://www.g2.com/categories/ai-meeting-assistants


KEY FEATURES:

💥 Instant Access to Fully Transcribed & Highlighted Recordings
No more waiting after your calls for the recording! Jump directly to highlights & action items.

🤖 Auto-Generated Call Summaries
Turn a 30 min call into a 1 min read! Copy your summaries into Google Doc, Notion, or Word with a single click.

🔥 Updates Salesforce & Hubspot Automatically
No more post-call data entry! Fathom will log your call and its summary into your CRM.

🙏 Easily Share Highlights
Show don't tell! Fathom makes it easy to share key passages of your customer calls or meetings with colleagues. 

🔍 Search Across Calls & Transcripts
Getting on a follow-up call and don’t remember where you left off? Boss asking you if anyone’s brought up a certain competitor recently? Fathom’s got you covered.                    

확장 프로그램 기본 정보

이름 Fathom AI Meeting Assistant for Google Meet Fathom AI Meeting Assistant for Google Meet
ID nhocmlminaplaendbabmoemehbpgdemn
공식 URL https://chromewebstore.google.com/detail/fathom-ai-meeting-assista/nhocmlminaplaendbabmoemehbpgdemn
설명 Records, transcribes & summarizes your meetings for FREE
파일 크기 175 KB
설치 횟수 31,420
현재 버전 0.0.29
최근 업데이트 2024-01-18
출시 날짜 2023-10-27
평점 4.71/5 총 17 개의 평점
개발자 https://fathom.video
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fathom.video
도움말 페이지 URL https://help.fathom.video
개인정보 보호 정책 페이지 URL https://fathom.video/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fathom AI Meeting Assistant for Google Meet",
    "version": "0.0.29",
    "manifest_version": 3,
    "description": "Records, transcribes & summarizes your meetings for FREE",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "webRequest"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/fathom.video\/*",
        "https:\/\/*.zoom.us\/s\/*",
        "https:\/\/*.zoom.us\/j\/*",
        "https:\/\/*.zoomdev.us\/s\/*",
        "https:\/\/*.zoomdev.us\/j\/*",
        "https:\/\/*.zoomgov.com\/s\/*",
        "https:\/\/*.zoomgov.com\/j\/*",
        "https:\/\/meet.google.com\/*-*-*",
        "https:\/\/teams.live.com\/meet\/*",
        "https:\/\/teams.microsoft.com\/l\/meetup-join\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zoom.us\/",
                "https:\/\/*.zoom.us\/s\/*",
                "https:\/\/*.zoom.us\/j\/*",
                "https:\/\/zoomdev.us\/",
                "https:\/\/*.zoomdev.us\/s\/*",
                "https:\/\/*.zoomdev.us\/j\/*",
                "https:\/\/zoomgov.com\/",
                "https:\/\/*.zoomgov.com\/s\/*",
                "https:\/\/*.zoomgov.com\/j\/*",
                "https:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/?*",
                "https:\/\/meet.google.com\/*-*-*",
                "https:\/\/teams.live.com\/dl\/launcher\/*",
                "https:\/\/teams.microsoft.com\/dl\/launcher\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/zoom.us\/",
            "https:\/\/*.zoom.us\/s\/*",
            "https:\/\/*.zoom.us\/j\/*",
            "https:\/\/zoomdev.us\/",
            "https:\/\/*.zoomdev.us\/s\/*",
            "https:\/\/*.zoomdev.us\/j\/*",
            "https:\/\/zoomgov.com\/",
            "https:\/\/*.zoomgov.com\/s\/*",
            "https:\/\/*.zoomgov.com\/j\/*",
            "https:\/\/meet.google.com\/",
            "https:\/\/meet.google.com\/?*",
            "https:\/\/meet.google.com\/*-*-*",
            "https:\/\/teams.live.com\/dl\/launcher\/*",
            "https:\/\/teams.microsoft.com\/dl\/launcher\/*"
        ]
    }
}