Fathom AI Meeting Assistant for Google Meet

Records, transcribes & summarizes your meetings for FREE

Fathom AI Meeting Assistant for Google Meet là gì?

Fathom AI Meeting Assistant for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi https://fathom.video, và tính năng chính của nó là "Records, transcribes & summarizes your meetings for FREE".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fathom AI Meeting Assistant for Google Meet

Tải xuống các tệp mở rộng Fathom AI Meeting Assistant for Google Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fathom AI Meeting Assistant for Google Meet Fathom AI Meeting Assistant for Google Meet
ID nhocmlminaplaendbabmoemehbpgdemn
URL Chính Thức https://chromewebstore.google.com/detail/fathom-ai-meeting-assista/nhocmlminaplaendbabmoemehbpgdemn
Mô tả Records, transcribes & summarizes your meetings for FREE
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 31,420
Phiên Bản Hiện Tại 0.0.29
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-10-27
Đánh Giá 4.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://fathom.video
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fathom.video
URL Trang Trợ Giúp https://help.fathom.video
URL Trang Chính Sách Bảo Mật https://fathom.video/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}