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
Eメール [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": [
                ""
            ]
        }
    ]
}