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
Что такое TMate: Instant Meeting Recording, Transcripts?
TMate: Instant Meeting Recording, Transcripts - это расширение Chrome, разработанное https://tmate.ai, и его основная функция - "Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant".
Снимки экрана расширения
Скачать файл CRX расширения TMate: Instant Meeting Recording, Transcripts
Скачайте файлы расширений TMate: Instant Meeting Recording, Transcripts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ihlpdpjcjecebokpcmnlobaldpnpnocd |
| Официальный URL | https://chromewebstore.google.com/detail/tmate-instant-meeting-rec/ihlpdpjcjecebokpcmnlobaldpnpnocd |
| Описание | Capture, transcribe, and analyze your Google Meet, Zoom, and Microsoft Teams calls in real-time with TMate AI meeting assistant |
| Размер файла | 8.47 MB |
| Количество установок | 49 |
| Текущая Версия | 1.1.0.1227 |
| Последнее Обновление | 2023-12-28 |
| Дата публикации | 2021-04-28 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | https://tmate.ai |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.tmate.ai |
| URL страницы помощи | https://www.tmate.ai/contact |
| URL страницы политики конфиденциальности | https://tmate.ai/privacy |
| Поддерживаемые языки | 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'"
} | |