New Room for Google Meet™

The best way to create a new Google Meet™ Room!

New Room for Google Meet™란 무엇입니까?

New Room for Google Meet™은(는) https://timleland.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to create a new Google Meet™ Room!"입니다.

확장 프로그램 스크린샷

New Room for Google Meet™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily create new Google Meet™ rooms in one easy click. The URL for the Google Meet™ will automatically be copied to your clipboard.

A better way to create Google Meet™ rooms that saves you the additional clicks to generate a new meeting room.                    

확장 프로그램 기본 정보

이름 New Room for Google Meet™ New Room for Google Meet™
ID gidhcdnlmipmnhpibhfgcmigpebopkgc
공식 URL https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc
설명 The best way to create a new Google Meet™ Room!
파일 크기 18.8 KB
설치 횟수 54
현재 버전 1.0.6
최근 업데이트 2022-06-07
출시 날짜 2022-02-26
평점 5.00/5 총 5 개의 평점
개발자 https://timleland.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://timleland.com/new-google-meet-extension/
도움말 페이지 URL https://timleland.com/contact/
개인정보 보호 정책 페이지 URL https://t.ly/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Room for Google Meet\u2122",
    "homepage_url": "https:\/\/timleland.com\/new-google-meet-extension\/",
    "version": "1.0.6",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "The best way to create a new Google Meet\u2122 Room!",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "New Google Meet\u2122 Room"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            }
        }
    }
}