WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Talk Time for Google Meet

Talk Time for Google Meet

View on Chrome Web Store
View Talk Time for Google Meet Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (12 ratings)
1 new ratings
24 views
This extension has been viewed 24 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Track and display the talk time and percent of talking time for each participant in a Google Meet
Type
Extension
Users
845 users
17
matthew.a.kruse
View author page of matthew.a.kruse
Published
Published on February 26, 2021
Version 3.1
Manifest version
2
Updated
Updated on March 9, 2021
productivity/workflow
Extension Category
View on Chrome Web Store
View Talk Time for Google Meet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Track and display the talk time and percent of talking time for each participant in a Google Meet",
    "manifest_version": 2,
    "name": "Talk Time for Google Meet",
    "author": "Matt Kruse",
    "version": "3.1",
    "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\/*.png"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top