MeetGPT - ChatGPT for Google Meet

An automated tool for taking notes during Google Meet sessions, compiling and summarizing the content using ChatGPT.

MeetGPT - ChatGPT for Google Meetคืออะไร?

MeetGPT - ChatGPT for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Nguyen และคุณลักษณะหลักของมันคือ "An automated tool for taking notes during Google Meet sessions, compiling and summarizing the content using ChatGPT."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeetGPT - ChatGPT for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย MeetGPT - ChatGPT for Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        MeetGPT is a free Chrome extension that automatically transcribes and summarizes meeting content on Google Meet, helping you save time and enhance productivity.

The ultimate tool for note-taking and content summarization during Google Meet sessions, effortlessly and effectively with just a few clicks.

What's special about this extension?
• Automatically transcribes content from Google Meet.
• Provides a statistical chart of speaking time for each participant on Google Meet.
• Records meeting history.
• Supports 18 languages: English, Vietnamese, Chinese, Dutch, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Galician, Thai, Turkish.
• Summarizes meeting content using ChatGPT.
• Generates a task list from the meeting using ChatGPT.
• Shares and sends meeting reports to everyone (Coming soon).

How to use?
1. Log in to https://chat.openai.com.
2. Use https://meet.google.com and create a new meeting.
- During the first use, set the language you'll use in the meeting.
3. After the meeting, you can view the meeting report chart, summary, and easily share the meeting with just one click.

With MeetGPT, you'll save time, stay updated on meeting information, and no longer need to read and take notes on lengthy content. Try it today!

"Save your time - Do less, achieve more efficiently" - MeetGPT.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MeetGPT - ChatGPT for Google Meet MeetGPT - ChatGPT for Google Meet
ID fcleobipkomafbghinbalmdnokjnbbod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meetgpt-chatgpt-for-googl/fcleobipkomafbghinbalmdnokjnbbod
คำอธิบาย An automated tool for taking notes during Google Meet sessions, compiling and summarizing the content using ChatGPT.
ขนาดไฟล์ 961 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2023-08-23
ผู้พัฒนา Mike Nguyen
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://meetgpt.botup.io/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MeetGPT - ChatGPT for Google Meet",
    "description": "An automated tool for taking notes during Google Meet sessions, compiling and summarizing the content using ChatGPT.",
    "version": "1.0.0",
    "icons": {
        "64": "src\/assets\/img\/64.png",
        "128": "src\/assets\/img\/128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.cb06c6c9.ec7e88dd.js"
            ],
            "all_frames": true,
            "css": [
                "assets\/index.ts.bdc13f62.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*",
                "*:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "*:\/\/meet.google.com\/*",
        "*:\/\/chat.openai.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "resources": [
                "assets\/_commonjsHelpers.b8add541.js",
                "assets\/sweetalert2.all.e7a3fc69.js",
                "assets\/index.ts.cb06c6c9.js"
            ],
            "use_dynamic_url": true
        }
    ]
}