Beezy

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

Apa itu Beezy?

Beezy adalah ekstensi Chrome yang dikembangkan oleh Beezy, dan fitur utamanya adalah "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Beezy

Unduh file ekstensi Beezy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
URL Resmi https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Deskripsi A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
Ukuran File 3.19 MB
Jumlah Instalasi 30
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-08-10
Tanggal Publikasi 2022-08-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Beezy
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bit.ly/Beezy-Extension
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}