WebExtension.net
Toggle dark mode
WebExtension.net

Record Voice Comments in Google Docs - Beep

View on Chrome Web Store
View Record Voice Comments in Google Docs - Beep Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (368 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

The best way to record voice notes and audio feedback on Google Docs, Sheets, Slides, and Forms.
Type
Extension
Users
20,000 users
10K
Website beepaudio.com
Beep
View author page of Beep
Published
Published on May 13, 2021
Version 1.24
Manifest version
3
Updated
Updated on September 12, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Record Voice Comments in Google Docs - 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": "Record Voice Comments in Google Docs - Beep",
    "short_name": "Beep for Google Docs",
    "author": "@beepaudio",
    "version": "1.24",
    "description": "The best way to record voice notes and audio feedback on Google Docs, Sheets, Slides, and Forms.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "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"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Beep for Google Docs - Settings",
        "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"
    }
}
WebExtension.net

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

© 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