Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

Talk Time for Google Meetคืออะไร?

Talk Time for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย burmeidan และคุณลักษณะหลักของมันคือ "Your assistant for 'Google Meet' meetings"

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

screenshot
screenshot

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

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

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

                        It is your google meet assistant, which will help you to improve your meeting analysis and add many useful features to common meetings. View your recording, leave feedbacks, private chat, soft-skill badges, and it is not the end of the list. Try it and your meetings will be more comfortable and you will gain new opportunities to make your meeting better.                    

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

ชื่อ Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
คำอธิบาย Your assistant for 'Google Meet' meetings
ขนาดไฟล์ 82.29 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 3.17
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2022-07-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา burmeidan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://everyoneshouldhaveavoice.com/
URL หน้าช่วยเหลือ https://everyoneshouldhaveavoice.com/
URL หน้านโยบายความเป็นส่วนตัว https://nobeltt.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Your assistant for 'Google Meet' meetings",
    "manifest_version": 3,
    "name": "Talk Time for Google Meet",
    "author": "Danylo Burmei",
    "version": "3.17",
    "homepage_url": "https:\/\/EveryoneShouldHaveAVoice.com\/",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/meet.google.com\/*",
        "https:\/\/EveryoneShouldHaveAVoice.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*",
                "manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}