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
Cos'è TMate: Instant Meeting Recording, Transcripts?
TMate: Instant Meeting Recording, Transcripts è un'estensione di Chrome sviluppata da https://tmate.ai, e la sua funzione principale è "Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TMate: Instant Meeting Recording, Transcripts
Scarica i file di estensione TMate: Instant Meeting Recording, Transcripts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ihlpdpjcjecebokpcmnlobaldpnpnocd |
| URL Ufficiale | https://chromewebstore.google.com/detail/tmate-instant-meeting-rec/ihlpdpjcjecebokpcmnlobaldpnpnocd |
| Descrizione | Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant |
| Dimensione del File | 8.47 MB |
| Conteggio Installazioni | 49 |
| Versione Corrente | 1.1.0.1227 |
| Ultimo Aggiornamento | 2023-12-28 |
| Data di Pubblicazione | 2021-04-28 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://tmate.ai |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.tmate.ai |
| URL della Pagina di Aiuto | https://www.tmate.ai/contact |
| URL della Pagina della Politica sulla Privacy | https://tmate.ai/privacy |
| Lingue Supportate | 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'"
} | |