New Room for Google Meet™

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

What is New Room for Google Meet™?

New Room for Google Meet™ is a Chrome extension developed by https://timleland.com, and its main feature is "The best way to create a new Google Meet™ Room!".

Extension Screenshots

Download New Room for Google Meet™ Extension CRX File

Download New Room for 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

                        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.                    

Extension Basic Information

Name New Room for Google Meet™ New Room for Google Meet™
ID gidhcdnlmipmnhpibhfgcmigpebopkgc
Official URL https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc
Description The best way to create a new Google Meet™ Room!
File Size 18.8 KB
Installation Count 54
Current Version 1.0.6
Last Updated 2022-06-07
Publish Date 2022-02-26
Rating 5.00/5 Total 5 Ratings
Developer https://timleland.com
Email [email protected]
Payment Type free
Extension Website https://timleland.com/new-google-meet-extension/
Help Page URL https://timleland.com/contact/
Privacy Policy Page URL https://t.ly/privacy
Supported Languages 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"
            }
        }
    }
}