Beezy

A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.

What is Beezy?

Beezy is a Chrome extension developed by Beezy, and its main feature is "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Beezy Extension CRX File

Download Beezy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension which makes your voice a todolist, so you don't have to. This extension is a Google Meet extension which takes your voice and specifically figures out which is a task and which is not. This way everyone in the meeting is productive and not worrying about the pointers from the meeting or about noting down what was discussed.                    

Extension Basic Information

Name Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
Official URL https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Description A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
File Size 3.19 MB
Installation Count 30
Current Version 1.0
Last Updated 2022-08-10
Publish Date 2022-08-10
Rating 5.00/5 Total 1 Ratings
Developer Beezy
Email [email protected]
Payment Type free
Extension Website https://bit.ly/Beezy-Extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beezy",
    "description": "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.",
    "version": "1.0",
    "action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}