Beezy

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

Qu'est-ce que Beezy ?

Beezy est une extension Chrome développée par Beezy, et sa fonction principale est "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Beezy

Téléchargez les fichiers d'extension Beezy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
URL Officiel https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
Description A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
Taille du Fichier 3.19 MB
Nombre d'Installations 30
Version Actuelle 1.0
Dernière Mise à Jour 2022-08-10
Date de Publication 2022-08-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Beezy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bit.ly/Beezy-Extension
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}