Beezy

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

什么是Beezy?

Beezy是由Beezy开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Beezy扩展crx文件

下载Beezy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
官方URL https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
简介 A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
文件大小 3.19 MB
安装次数 30
当前版本 1.0
更新时间 2022-08-10
上架时间 2022-08-10
评分 5.00/5 共1次评分
开发者 Beezy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bit.ly/Beezy-Extension
支持的语言 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": [
                ""
            ]
        }
    ]
}