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란 무엇입니까?
Bluedot: AI Meeting Recorder & Notetaker은(는) https://bluedothq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press 🔵 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs."입니다.
확장 프로그램 스크린샷
Bluedot: AI Meeting Recorder & Notetaker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✨ 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.
확장 프로그램 기본 정보
이름 | Bluedot: AI Meeting Recorder & Notetaker |
ID | aeeninnnlhgaojlolnbpljadhbionlal |
공식 URL | https://chromewebstore.google.com/detail/bluedot-ai-meeting-record/aeeninnnlhgaojlolnbpljadhbionlal |
설명 | Press 🔵 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs. |
파일 크기 | 1.81 MB |
설치 횟수 | 2,403 |
현재 버전 | 0.0.51 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-03-02 |
평점 | 4.74/5 총 43 개의 평점 |
개발자 | https://bluedothq.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.bluedothq.com |
도움말 페이지 URL | https://help.bluedothq.com/en |
개인정보 보호 정책 페이지 URL | https://www.bluedothq.com/privacy |
지원되는 언어 | 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": [ " |