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
官方網址 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": [
                ""
            ]
        }
    ]
}