TMate: Instant Meeting Recording, Transcripts

Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant

Co to jest TMate: Instant Meeting Recording, Transcripts?

TMate: Instant Meeting Recording, Transcripts to rozszerzenie Chrome opracowane przez https://tmate.ai, a jego główną funkcją jest „Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TMate: Instant Meeting Recording, Transcripts

Pobierz pliki rozszerzeń TMate: Instant Meeting Recording, Transcripts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        TMate revolutionizes your online meetings by providing real-time transcriptions, insightful analysis, and now, a conversational AI Chatbot, right in your browser. Whether it’s for a customer interview, team update, or creative brainstorming, TMate ensures every moment is captured, analyzed, and made readily accessible.

Key Features:

✅ High-Quality Transcripts: Experience real-time, accurate transcription of your meetings. Capture every detail and discussion effortlessly.

✅ AI-Generated Summaries & Action Items: Post-meeting, TMate provides succinct summaries and clearly defined action items, making it easy to review and act on meeting outcomes.

✅ AI-Curated Highlights & Insights: Benefit from AI-driven insights, highlighting crucial themes, patterns, and insights from your discussions, aiding strategic decisions and planning.

✅ AI Chatbot for Meeting Assistance: Engage with our advanced AI Chatbot to interact with your meeting's content. Ask it to retrieve specific information, draft follow-up emails, or streamline workflows based on the meeting discussions. This feature makes your meetings not only a record of what was said but an interactive tool for post-meeting action and strategy.

User-Friendly Interface:

👉 Quick one-click installation and recording.
👉 Seamlessly integrates with leading conferencing platforms.
👉 No credit card required to start.

Privacy & Security Assured:
Your data's privacy and security are paramount. All transcripts and recordings are stored securely, accessible exclusively to you and your authorized team members.

Ideal for:

👨‍💼Professionals aiming for maximum meeting productivity.
👨‍💼Teams desiring to improve their collaborative workflows.
👨‍💼Organizations looking to harness AI for smarter decision-making.

Get Started Today:
Elevate your online meetings into actionable and interactive experiences with TMate. Download now and step into a new era of meeting management!

Explore more at www.tmate.ai                    

Podstawowe informacje o rozszerzeniu

Nazwa TMate: Instant Meeting Recording, Transcripts TMate: Instant Meeting Recording, Transcripts
ID ihlpdpjcjecebokpcmnlobaldpnpnocd
Oficjalny URL https://chromewebstore.google.com/detail/tmate-instant-meeting-rec/ihlpdpjcjecebokpcmnlobaldpnpnocd
Opis Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant
Rozmiar pliku 8.47 MB
Liczba instalacji 49
Aktualna Wersja 1.1.0.1227
Ostatnia Aktualizacja 2023-12-28
Data Publikacji 2021-04-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://tmate.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.tmate.ai
Adres URL Strony Pomocy https://www.tmate.ai/contact
Adres URL Strony Polityki Prywatności https://tmate.ai/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TMate: Instant Meeting Recording, Transcripts",
    "version": "1.1.0.1227",
    "description": "Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant",
    "author": "TMate AI",
    "short_name": "TMate",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo192.png",
        "default_title": "TMate workspace"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tmate.ai\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "homepage_url": "https:\/\/tmate.ai",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxzYW13T\/D0SiiZcA5zq74POShj+25Y3SVN5wUbO\/cDvYUjkZHHnzF\/C3UBBz+gn073BF\/kmwP0Kr+TIzjLDnOdtvrDDZQBkDaDA5O8uLNnerVwGI6+WsFAjUBDy\/3HWhykdyLxfg86tRdDe84P+DY4Dgmm3YwZ9hZH96asSIYMDuxVQAUWrBIBhbdY9cXKJ9MG2f\/DWyrJGuPxBtxl4IeF+x7RLDxlbXDYDar\/hfBfpOg+aG2FxRSMyFBnNI\/N+GLKdKp6R\/5R9ihkUeIAb0Cj9BdX6zGzKVD9h6zLi6SGhCDqgKn9os3Q8QTVJGqqWykILpvpBhwyuh3C6VLaONywIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'"
}