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™ - это расширение Chrome, разработанное https://timleland.com, и его основная функция - "The best way to create a new Google Meet™ Room!".

Снимки экрана расширения

Скачать файл CRX расширения New Room for Google Meet™

Скачайте файлы расширений New Room for Google Meet™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            }
        }
    }
}