Meeper - transcribe & summarize Meets
Transcriptions, summary and more using ChatGPT and Whisper AI for meetings and any browser tab.
Meeper - transcribe & summarize Meets là gì?
Meeper - transcribe & summarize Meets là một tiện ích mở rộng Chrome được phát triển bởi https://meeper.ai, và tính năng chính của nó là "Transcriptions, summary and more using ChatGPT and Whisper AI for meetings and any browser tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Meeper - transcribe & summarize Meets
Tải xuống các tệp mở rộng Meeper - transcribe & summarize Meets 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
Meeper 📝 - is your secretary for any in-browser conference. An open-source browser extension that serves as your secretary for any in-browser conference. It leverages the power of ChatGPT and Whisper AI to provide transcriptions, summaries, and more for meetings and any browser tab. https://meeper.ai https://github.com/pas1ko/meeper Features: - 🫧 Works seamlessly with your OpenAI account. - 🔐 Your API Key is securely stored locally on your browser, encrypted, and never transmitted elsewhere. - 🤖 Meeper utilizes Whisper for accurate transcriptions and ChatGPT for generating summaries. - 💿 Speech detection feature optimizes API usage by activating only when speech sounds are detected, reducing up to 30% of resource consumption. - 🧩 Utilizes the chrome tabCapture API to capture audio from specific tabs. - 🎮 Multiple launch options available: hotkey activation, extension popup, and context menu integration. - 🕹️ Real-time control of transcription playback, similar to a music player. - 🎛️ Supports running transcriptions simultaneously from multiple tabs. - 🌎 Multilingual support for diverse language requirements. - 📠 History is stored directly on the local machine.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Meeper - transcribe & summarize Meets |
ID | pollmehpbdljnolojdajljeoejeglcfi |
URL Chính Thức | https://chromewebstore.google.com/detail/meeper-transcribe-summari/pollmehpbdljnolojdajljeoejeglcfi |
Mô tả | Transcriptions, summary and more using ChatGPT and Whisper AI for meetings and any browser tab. |
Kích Thước Tệp | 844 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 0.5.1 |
Cập Nhật Lần Cuối | 2023-08-30 |
Ngày Phát Hành | 2023-06-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://meeper.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://meeper.ai |
URL Trang Trợ Giúp | https://github.com/pas1ko/meeper/issues |
URL Trang Chính Sách Bảo Mật | https://vigvam.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.5.1", "name": "Meeper - transcribe & summarize Meets", "short_name": "Meeper", "description": "Transcriptions, summary and more using ChatGPT and Whisper AI for meetings and any browser tab.", "background": { "service_worker": "assets\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*-*-*" ], "js": [ "assets\/content.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_title": "Meeper", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+9", "mac": "Command+Shift+9" } }, "run-meeper": { "suggested_key": { "default": "Ctrl+Shift+0", "mac": "Command+Shift+0" }, "description": "Run Meeper on the current page." } }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; base-uri 'self'; form-action 'self'; frame-ancestors 'self';" }, "host_permissions": [ "*:\/\/meet.google.com\/*-*-*" ], "optional_host_permissions": [ "*:\/\/*\/*", " |