Sleep In Google Meet

Help user sleep during Google Meet

What is Sleep In Google Meet?

Sleep In Google Meet is a Chrome extension developed by aln0071, and its main feature is "Help user sleep during Google Meet".

Extension Screenshots

screenshot

Download Sleep In Google Meet Extension CRX File

Download Sleep In Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Auto cut Google Meet if number of attendees go below the limit set by user.
Manages the meet even if the user sleeps during the call :D.

For using this extension, start or join a Google Meet, and then open this extension to set the limit.

Note: Number of attendees is the number of people in the meet excluding you.                    

Extension Basic Information

Name Sleep In Google Meet Sleep In Google Meet
ID ndbljakpfcbaanipholeejgcpajnbjmf
Official URL https://chromewebstore.google.com/detail/sleep-in-google-meet/ndbljakpfcbaanipholeejgcpajnbjmf
Description Help user sleep during Google Meet
File Size 45.51 KB
Installation Count 24
Current Version 1.2
Last Updated 2021-06-15
Publish Date 2021-04-30
Rating 5.00/5 Total 4 Ratings
Developer aln0071
Email [email protected]
Payment Type free
Extension Website https://aln0071.github.io/
Help Page URL https://aln0071.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sleep In Google Meet",
    "version": "1.2",
    "description": "Help user sleep during Google Meet",
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/meet-unavailable.png",
        "default_popup": "popup.html"
    },
    "author": "Alan Kuriakose",
    "homepage_url": "https:\/\/aln0071.github.io\/",
    "manifest_version": 2
}