Beezy

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

Wat is Beezy?

Beezy is een Chrome-extensie ontwikkeld door Beezy, en de belangrijkste functie is "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Beezy

Download Beezy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
Officiële URL https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Beschrijving A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
Bestandsgrootte 3.19 MB
Aantal Installaties 30
Huidige Versie 1.0
Laatst Bijgewerkt 2022-08-10
Publicatiedatum 2022-08-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Beezy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bit.ly/Beezy-Extension
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}