Beezy

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

Beezy क्या है?

Beezy Beezy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beezy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Beezy Beezy
ID cmckflkdkbaebjihlhmghhhkgapkgjek
आधिकारिक URL https://chromewebstore.google.com/detail/beezy/cmckflkdkbaebjihlhmghhhkgapkgjek
विवरण A Chrome Extension that allows users to extract actionable insights from Google Meet's transcripts.
फ़ाइल का आकार 3.19 MB
स्थापना संख्या 30
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-08-10
प्रकाशन तिथि 2022-08-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Beezy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bit.ly/Beezy-Extension
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}