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
Vad är TMate: Instant Meeting Recording, Transcripts?
TMate: Instant Meeting Recording, Transcripts är en Chrome-tillägg utvecklad av https://tmate.ai, och dess huvudfunktion är "Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant".
Tilläggsskärmbilder
Ladda ner TMate: Instant Meeting Recording, Transcripts-förlängningens CRX-fil
Ladda ner TMate: Instant Meeting Recording, Transcripts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ihlpdpjcjecebokpcmnlobaldpnpnocd |
| Officiell webbadress | https://chromewebstore.google.com/detail/tmate-instant-meeting-rec/ihlpdpjcjecebokpcmnlobaldpnpnocd |
| Beskrivning | Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant |
| Filstorlek | 8.47 MB |
| Antal Installationer | 49 |
| Aktuell Version | 1.1.0.1227 |
| Senast Uppdaterad | 2023-12-28 |
| Publiceringsdatum | 2021-04-28 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://tmate.ai |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.tmate.ai |
| Hjälpsida URL | https://www.tmate.ai/contact |
| URL till Sekretesspolicy Sidan | https://tmate.ai/privacy |
| Stödda Språk | 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'"
} | |