ChatGPT assistant for Google Meet

Google Meet ChatGPT-4 assistant for instant answers and speech explanations during calls on the Google Meet platform.

Τι είναι το ChatGPT assistant for Google Meet;

Το ChatGPT assistant for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://amadeo.app, και η κύρια λειτουργία του είναι "Google Meet ChatGPT-4 assistant for instant answers and speech explanations during calls on the Google Meet platform.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT assistant for Google Meet

Λήψη αρχείων επέκτασης ChatGPT assistant for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        No more internet searching for unfamiliar questions during calls. With Ask_me, get instant answers and explanations exactly when you need them. Whether it's a job interview, standup, requirements meeting, sales call, team gathering, online class, customer interview, product research, presentation, or masterclass, Ask_me has got you covered! 🙌

How does Ask_me work? During your Google Meet call, Ask_me diligently records all spoken words by all participants, creating a detailed transcript. If there are unfamiliar topics being discussed on the call, with just one simple click, you can ask Ask_me for assistance, and it will quickly provide you with clear and concise answers. We use OpenAI ChatGPT-4 to generate these responses, and your data remains entirely private, never used to enhance the models. Ask_me serves as your personal assistant, visible only to you; no other meeting participants can see or hear it.

Try Ask_me today for more productive and efficient meetings 💪

🔎 WHAT YOU CAN DO WITH ASK_ME:

    1. Record Google Meet Live Captions
    2. Get a transcript with speaker identification and timestamps(For privacy protection and to focus on delivering real-time answers and explanations, we do not save meeting transcripts)
    3. Search the transcript by Google Meet participants
    4. Get instant answers to any questions you might have during the call


🤙 HOW TO USE ASK_ME ON GOOGLE MEET:

    1. Download Ask_me Chrome extension (it's free forever for meeting transcription and captions)
    2. Join your Google Meet meeting
    3. Record and follow meeting transcript in real-time
    4. If you need answer on any question during the call, select the relevant message in the transcript, and choose one of two options:
        - Ask: Request a direct answer to your question.
        - Explain: Receive a comprehensive explanation for more context on the topic.
    5. Ask_me currently supports English language conversations.


⭐️ USE ASK_ME FOR:

    - Interview Meetings
    - Online classes/lectures
    - Team Meetings
    - Client Meetings
    - Webinars
    - Remote Workshops & Conferences
    - Training Sessions
    - Sales Presentations


🔓 PRIVACY POLICY:

    - We do not store or process any data from your conversationsOpenAI does not use data submitted via the API to train OpenAI models


💜 HELP & FEEDBACK:

if you have any questions or suggestions to enhance your Ask_me experience, feel free to reach out to us at [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT assistant for Google Meet ChatGPT assistant for Google Meet
ID fejabnggkpabpiidogafkakidocellai
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-assistant-for-goo/fejabnggkpabpiidogafkakidocellai
Περιγραφή Google Meet ChatGPT-4 assistant for instant answers and speech explanations during calls on the Google Meet platform.
Μέγεθος Αρχείου 415 KB
Αριθμός Εγκαταστάσεων 385
Τρέχουσα Έκδοση 0.1.14
Τελευταία Ενημέρωση 2024-02-20
Ημερομηνία Δημοσίευσης 2022-09-13
Αξιολόγηση 5.00/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://amadeo.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://amadeo.tech/privacy-policy.html
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,ru,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.14",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "Ask_me",
    "description": "__MSG_extDesc__",
    "author": "Amadeo",
    "default_locale": "en",
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/logo_256.png"
    },
    "icons": {
        "16": "assets\/logo_128.png",
        "32": "assets\/logo_128.png",
        "48": "assets\/logo_128.png",
        "64": "assets\/logo_128.png",
        "128": "assets\/logo_128.png",
        "256": "assets\/logo_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo.svg"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/portal.amadeo.app\/*"
        ]
    },
    "permissions": [],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "commands": {
        "get-ask": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Ask a question during a meeting"
        },
        "get-explain": {
            "suggested_key": {
                "default": "Alt+E"
            },
            "description": "Explain topic during a meeting"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}