Equal Time for Google Meet

Lead inclusively with participation monitoring, AI-notes, bias detection, sentiment analysis, attendance, speaking time and more!

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

Equal Time for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://equaltime.io และคุณลักษณะหลักของมันคือ "Lead inclusively with participation monitoring, AI-notes, bias detection, sentiment analysis, attendance, speaking time and more!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        📊 Keep your meetings fair by tracking speaking time in your Zoom meetings, classes, and webinars. ⏰ Get a full meeting transcript, AI-generated notes, a list of questions asked, DEI Metrics, and sentiment detection. 😊 

⭐️⭐️⭐️⭐️⭐️ Trusted by organizations like Salesforce, Spotify, Netflix, Dandy, George Washington University, NYU, and many more

Features:

⏰ Real-time speaking time tracking. Monitor your own and others' speaking time.
🔀 Random participant picker to keep conversations lively
✏️ Full, searchable meeting transcripts. So you can recall what was said.
🤖 AI summaries. Quickly recap what happened and who said what.
👥 Record when participants join and leave. Keep track of lateness and drop-offs.
⬇️ Download a CSV (excel) so you can sync to an LMS or CRM
🎭 Sentiment detection. Check on the mood of the room.
❓Review questions asked, and jump to answers.
📩 Emailed reports and data in your Equal Time dashboard make review easy.
🔒 Fully GDPR and CCPA compliant. Private and Secure from the ground up.
🙋‍♀️ 24-hour support team is available to help

How does it work?

1. Add Equal Time to your Zoom client.
2. Start a free trial (www.equaltime.io/buy)
3. Connect your Google Calendar.

The Equal Time notetaker will automatically join your Zoom calls! You don't have to be the host of the meeting. After the meeting, you will get an emailed report. Log in to app.equaltime.io to review your meeting data, transcript, and more.

Try it free today!

By installing the app, you accept our privacy policy ( https://equaltime.io/privacy) and Terms of Use (https://www.equaltime.io/terms )

We also maintain an Equal Time app for Zoom. Check it out at https://marketplace.zoom.us/apps/c0dH9vZeSiyqP7bVB-o-0Q!                    

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

ชื่อ Equal Time for Google Meet Equal Time for Google Meet
ID dngdopifpnnjoochjeodonmchkmkdpga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/equal-time-for-google-mee/dngdopifpnnjoochjeodonmchkmkdpga
คำอธิบาย Lead inclusively with participation monitoring, AI-notes, bias detection, sentiment analysis, attendance, speaking time and more!
ขนาดไฟล์ 76.07 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2023-08-28
วันที่เผยแพร่ 2022-01-15
คะแนน 5.00/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://equaltime.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://equaltime.io
URL หน้าช่วยเหลือ https://equaltime.io
URL หน้านโยบายความเป็นส่วนตัว https://www.equaltime.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Lead inclusively with participation monitoring, AI-notes, bias detection, sentiment analysis, attendance, speaking time and more!",
    "manifest_version": 3,
    "name": "Equal Time for Google Meet",
    "author": "Equalicert",
    "version": "1.2.3",
    "homepage_url": "https:\/\/equaltime.io",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js",
                "sentry.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ]
}