Beesy: Record Google Meets

Record Google Meets for FREE locally to your computer

Beesy: Record Google Meets क्या है?

Beesy: Record Google Meets The Pira Org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record Google Meets for FREE locally to your computer"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ----------------------------------------------------------------------------------------------------

⚠️ Disclaimer: A Beesy user should inform and get consent of other Google Meet members when recording is enabled on their system according to their local laws. Be a sound user and respect others privacy :)

----------------------------------------------------------------------------------------------------

Beesy is FREE for local use, no signup and no cloud dependency at all!

Just install the extension and start recording. Features:
🎥 Record without signing up
⚡ Use shortcuts to start/stop recording. Configure them as per your need
🔊 Option to start video+audio or audio only recordings
🔇 Supports muting audio in recording by muting Google Meet, which is not possible with screen recorders
🎤 Automatically detect active mic when (dis)connecting headphones
⌛ Show time since recording started in extension icon
📥 Recording is downloaded automatically when you leave a meeting
🔀 Show recording in progress and an easy way to switch to the active Meet tab

----------------------------------------------------------------------------------------------------

This extension does NOT track or share user data.
However we use error collection service to improve Beesy and its user's experience.                    

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

नाम Beesy: Record Google Meets Beesy: Record Google Meets
ID eabicnldgjknbifdgmnieblkbnggfnde
आधिकारिक URL https://chromewebstore.google.com/detail/beesy-record-google-meets/eabicnldgjknbifdgmnieblkbnggfnde
विवरण Record Google Meets for FREE locally to your computer
फ़ाइल का आकार 630 KB
स्थापना संख्या 6,058
वर्तमान संस्करण 0.0.11
अंतिम अपडेट 2023-08-15
प्रकाशन तिथि 2022-12-26
रेटिंग 4.11/5 कुल 18 रेटिंग्स
डेवलपर The Pira Org
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://beesy.canny.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beesy: Record Google Meets",
    "version": "0.0.11",
    "description": "Record Google Meets for FREE locally to your computer",
    "short_name": "Beesy: Record Google Meets",
    "permissions": [
        "downloads",
        "storage",
        "tabCapture",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "beesy-content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/logo\/16.png",
        "24": "assets\/images\/logo\/24.png",
        "32": "assets\/images\/logo\/32.png",
        "48": "assets\/images\/logo\/48.png",
        "96": "assets\/images\/logo\/96.png",
        "128": "assets\/images\/logo\/128.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "action": {
        "default_title": "Beesy: Record Google Meets",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": "assets\/images\/logo\/128.png"
    },
    "background": {
        "service_worker": "beesy-background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "start-recording": {
            "suggested_key": {
                "default": "Alt+Shift+M",
                "mac": "MacCtrl+Shift+M"
            },
            "description": "Start recording"
        },
        "stop-recording": {
            "suggested_key": {
                "default": "Alt+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Stop recording"
        }
    }
}