WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Audio Recordings for Google Classroom - Beep

Audio Recordings for Google Classroom - Beep

View on Chrome Web Store
View Audio Recordings for Google Classroom - Beep Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (274 ratings)
2 new 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.

Allows teachers and students to leave voice notes and feedback on Google Classroom, Gmail, Google Docs, Slides, Forms, and Sheets.
Type
Extension
Users
20,000 users
5K
Website beepaudio.com
Beep
View author page of Beep
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 13, 2021
Version 1.31
Manifest version
3
Updated
Updated on May 25, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Audio Recordings for Google Classroom - Beep 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",
    "name": "Audio Recordings for Google Classroom - Beep",
    "short_name": "Beep for Google Classroom, Gmail, and Google Docs",
    "author": "@beepaudio",
    "version": "1.31",
    "description": "Allows teachers and students to leave voice notes and feedback on Google Classroom, Gmail, Google Docs, Slides, Forms, and Sheets.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "activeTab",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/*"
            ],
            "js": [
                "forms-content.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/presentation\/*",
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "docs-content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "js": [
                "classroom-content.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "gmail-content.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/www.beepaudio.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "workspace-content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Beep for Google Classroom, Gmail and Google Docs",
        "default_icon": {
            "16": "\/assets\/icon16.png",
            "48": "\/assets\/icon48.png",
            "128": "\/assets\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "oauth2": {
        "client_id": "47751601948-scaj5hgg9dsdo51i9kse8ionvvu06gdl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}
© 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