WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ZoomStats

ZoomStats

View on Chrome Web Store
View ZoomStats Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Derive statistics from zoom session transcripts
Type
Extension
Users
6 users
1
Andre Wyrwa
View author page of Andre Wyrwa
Published
Published on January 21, 2019
Version 0.6.1
Manifest version
2
Updated
Updated on October 30, 2020
lifestyle/social
Extension Category
View on Chrome Web Store
View ZoomStats 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",
    "manifest_version": 2,
    "name": "ZoomStats",
    "description": "Derive statistics from zoom session transcripts",
    "version": "0.6.1",
    "icons": {
        "32": "icon\/enabled_32.png",
        "64": "icon\/enabled_64.png",
        "128": "icon\/enabled_128.png",
        "256": "icon\/enabled.png"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "32": "icon\/disabled_32.png",
            "64": "icon\/disabled_64.png",
            "128": "icon\/disabled_128.png",
            "256": "icon\/disabled.png"
        },
        "default_title": "Zoom Stats",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/*.zoom.us\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/recording\/detail*"
            ],
            "js": [
                "zoomstats.min.js"
            ]
        }
    ]
}
© 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