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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bluedothq.com, και η κύρια λειτουργία του είναι "Press 🔵 to record, transcribe and summarise your Google Meet with AI generated notes adapted to your needs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bluedot: AI Meeting Recorder & Notetaker

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
        }
    }
}