WebExtension.net
WebExtension.net

Google Meet Attendance & Breakout Rooms

View on Chrome Web Store
View Google Meet Attendance & Breakout Rooms Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Easily get everyone attending a Google Meet and compare them to a list, create groups and more
Type
Extension
Users
740 users
1
w3technic
View author page of w3technic
Published
Published on December 15, 2020
Version 1.1.13
Manifest version
2
Updated
Updated on May 24, 2021
View on Chrome Web Store
View Google Meet Attendance & Breakout Rooms Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "Google Meet Attendees"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "\/js\/update.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.13",
    "web_accessible_resources": [
        "js\/copy.simple.user.js"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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