Beezy

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

O que é Beezy?

Beezy é uma extensão do Chrome desenvolvida por Beezy, e sua principal característica é "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beezy

Baixe arquivos de extensão Beezy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
URL Oficial https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Descrição A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
Tamanho do Arquivo 3.19 MB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2022-08-10
Data de Publicação 2022-08-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Beezy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bit.ly/Beezy-Extension
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}