Join Now for Google Meet

Auto-select the Google account that has permission to join the call.

Join Now for Google Meet란 무엇입니까?

Join Now for Google Meet은(는) https://www.hartreeworks.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-select the Google account that has permission to join the call."입니다.

확장 프로그램 스크린샷

screenshot

Join Now for Google Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. 

One day Google will fix this. In the meantime, you can use this extension.

--------------------------------------------------------
PRIVACY & SECURITY
--------------------------------------------------------
The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. 

The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data.

The extension is compatible with Google's Advanced Protection Programme.                    

확장 프로그램 기본 정보

이름 Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
공식 URL https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
설명 Auto-select the Google account that has permission to join the call.
파일 크기 18.84 KB
설치 횟수 42
현재 버전 1.0.4
최근 업데이트 2023-12-14
출시 날짜 2023-09-21
평점 5.00/5 총 2 개의 평점
개발자 https://www.hartreeworks.org
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://inboxwhenready.org/terms-privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Join Now for Google Meet",
    "version": "1.0.4",
    "description": "Auto-select the Google account that has permission to join the call.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    }
}