Bluedot: AI Meeting Recorder & Notetaker
Press 🔵 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs.
Bluedot: AI Meeting Recorder & Notetaker là gì?
Bluedot: AI Meeting Recorder & Notetaker là một tiện ích mở rộng Chrome được phát triển bởi https://bluedothq.com, và tính năng chính của nó là "Press 🔵 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs.".
Ả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 Bluedot: AI Meeting Recorder & Notetaker
Tải xuống các tệp mở rộng Bluedot: AI Meeting Recorder & Notetaker 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
✨ Key features: 🎞️ Meeting recorder: Record and transcribe your Google meet calls. 🤖 AI notes for Google Meet: Generate AI meeting notes adapted to your use case (customer calls, all-hands, etc.) 📽️ Screen recorder: Record your screen and audio. ✨ Meeting highlights: Clip and share meeting moments. 💬 Annotation & comments: Annotate a particular part of your screen and leave time-based comments. 🎞️ Video editing: We transcribe all your recordings and then let you edit your video simply by editing the transcript. Delete an umm, an ah or a whole sentence! 💾 Video hosting: Store and organise all your videos in one place, using collections.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bluedot: AI Meeting Recorder & Notetaker |
ID | aeeninnnlhgaojlolnbpljadhbionlal |
URL Chính Thức | https://chromewebstore.google.com/detail/bluedot-ai-meeting-record/aeeninnnlhgaojlolnbpljadhbionlal |
Mô tả | Press 🔵 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs. |
Kích Thước Tệp | 1.81 MB |
Số Lần Cài Đặt | 2,403 |
Phiên Bản Hiện Tại | 0.0.51 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2023-03-02 |
Đánh Giá | 4.74/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | https://bluedothq.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bluedothq.com |
URL Trang Trợ Giúp | https://help.bluedothq.com/en |
URL Trang Chính Sách Bảo Mật | https://www.bluedothq.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bluedot: AI Meeting Recorder & Notetaker", "description": "Press \ud83d\udd35 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs.", "version": "0.0.51", "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" } }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twiso.co\/*", "http:\/\/*.twiso.co\/*", "*:\/\/*.app.bluedothq.com\/*" ], "run_at": "document_start", "world": "MAIN", "js": [ "scripts\/installed_identifier.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "scripting", "storage", "tabs", "desktopCapture", "tabCapture" ], "web_accessible_resources": [ { "resources": [ "css\/meetComments.css", "css\/meetOverlay.css", "css\/meet.css", "css\/errorPopup.css", "audio\/start.mp3", "audio\/finish.mp3", "images\/*.*", "fonts\/*.woff2", "microphone-sources.html", "camera-sources.html", "camera.html" ], "matches": [ " |