Beezy

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

Cos'è Beezy?

Beezy è un'estensione di Chrome sviluppata da Beezy, e la sua funzione principale è "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beezy

Scarica i file di estensione Beezy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
URL Ufficiale https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Descrizione A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
Dimensione del File 3.19 MB
Conteggio Installazioni 30
Versione Corrente 1.0
Ultimo Aggiornamento 2022-08-10
Data di Pubblicazione 2022-08-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Beezy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bit.ly/Beezy-Extension
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}