WebExtension.net
WebExtension.net

Record Voice Messages in Gmail - Beep

View on Chrome Web Store
View Record Voice Messages in Gmail - Beep Chrome Extension on Chrome Web Store
4.9 (78 ratings)

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

Record, send, and listen to audio messages in Gmail. It's the faster, friendlier way to send and receive voicemail.
Type
Extension
Users
4,000 users
Website beepaudio.com
Beep
View author page of Beep
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 8, 2021
Version 1.27
Manifest version
3
Updated
Updated on September 12, 2024
View on Chrome Web Store
View Record Voice Messages in Gmail - Beep Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Record Voice Messages in Gmail - Beep",
    "short_name": "Beep for Gmail",
    "author": "@beepaudio",
    "version": "1.27",
    "description": "Record, send, and listen to audio messages in Gmail. It's the faster, friendlier way to send and receive voicemail.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "gmail-content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Beep for Gmail",
        "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.

© 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