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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Bluedot: AI Meeting Recorder & Notetaker拡張機能のCRXファイルをダウンロード

Bluedot: AI Meeting Recorder & Notetaker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✨ 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 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
Eメール [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": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.twiso.co\/*",
            "*:\/\/*.app.bluedothq.com\/*"
        ]
    },
    "commands": {
        "start-meetings-recording": {
            "suggested_key": "Ctrl+Shift+S",
            "description": "Capture Google Meet"
        },
        "start-meetings-recording-space": {
            "suggested_key": "Ctrl+Shift+Space",
            "description": "Capture Google Meet"
        }
    }
}