Auto-join for Google Meet

Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!

Auto-join for Google Meet란 무엇입니까?

Auto-join for Google Meet은(는) https://www.zoomcorder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!"입니다.

확장 프로그램 스크린샷

screenshot

Auto-join for Google Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get connected to Google Meet meetings faster by *automatically* clicking the "Join" or "Ask to Join" button! No more waiting to enter a meeting only to find you have to find a tab and click a button when you already clicked the link! 

It's how Google Meet should work in the first place. Click "Add to Chrome" button in the upper right corner to get doing meetings faster. 

Anytime to you connect to a video meeting a countdown timer will appear and when it hits 0 you will be automatically joined to the meeting.  If for some reason you, don't want to auto-connect you can click the Cancel button.

Easy, fast, safe, and light!

Finally, you won't be sitting there wondering why you are not in the meeting!

This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

확장 프로그램 기본 정보

이름 Auto-join for Google Meet Auto-join for Google Meet
ID ajfokipknlmjhcioemgnofkpmdnbaldi
공식 URL https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi
설명 Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
파일 크기 47.3 KB
설치 횟수 977
현재 버전 1.2
최근 업데이트 2021-06-28
출시 날짜 2021-06-22
평점 4.00/5 총 4 개의 평점
개발자 https://www.zoomcorder.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://Zoomcorder.com
도움말 페이지 URL https://Zoomcorder.com/support
개인정보 보호 정책 페이지 URL https://zoomcorder.com/extension/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-join for Google Meet",
    "version": "1.2",
    "description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!",
    "icons": {
        "48": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.meet.google.com\/*",
                "*:\/\/*.gotowebinar.com\/*",
                "*:\/\/*.gotomeeting.com\/*",
                "*:\/\/*.zoom.us\/*",
                "*:\/\/*.zoomgov.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}