Beezy

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

Beezy là gì?

Beezy là một tiện ích mở rộng Chrome được phát triển bởi Beezy, và tính năng chính của nó là "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beezy

Tải xuống các tệp mở rộng Beezy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
URL Chính Thức https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Mô tả A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
Kích Thước Tệp 3.19 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-08-10
Ngày Phát Hành 2022-08-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Beezy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bit.ly/Beezy-Extension
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}