Sleep In Google Meet

Help user sleep during Google Meet

Sleep In Google Meet란 무엇입니까?

Sleep In Google Meet은(는) aln0071에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help user sleep during Google Meet"입니다.

확장 프로그램 스크린샷

screenshot

Sleep In Google Meet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Sleep In Google Meet Sleep In Google Meet
ID ndbljakpfcbaanipholeejgcpajnbjmf
공식 URL https://chromewebstore.google.com/detail/sleep-in-google-meet/ndbljakpfcbaanipholeejgcpajnbjmf
설명 Help user sleep during Google Meet
파일 크기 45.51 KB
설치 횟수 24
현재 버전 1.2
최근 업데이트 2021-06-15
출시 날짜 2021-04-30
평점 5.00/5 총 4 개의 평점
개발자 aln0071
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://aln0071.github.io/
도움말 페이지 URL https://aln0071.github.io/
지원되는 언어 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
}