New Room for Google Meet™

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

O que é New Room for Google Meet™?

New Room for Google Meet™ é uma extensão do Chrome desenvolvida por https://timleland.com, e sua principal característica é "The best way to create a new Google Meet™ Room!".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão New Room for Google Meet™

Baixe arquivos de extensão New Room for Google Meet™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome New Room for Google Meet™ New Room for Google Meet™
ID gidhcdnlmipmnhpibhfgcmigpebopkgc
URL Oficial https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc
Descrição The best way to create a new Google Meet™ Room!
Tamanho do Arquivo 18.8 KB
Contagem de Instalações 54
Versão Atual 1.0.6
Última Atualização 2022-06-07
Data de Publicação 2022-02-26
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://timleland.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://timleland.com/new-google-meet-extension/
URL da Página de Ajuda https://timleland.com/contact/
URL da Página de Política de Privacidade https://t.ly/privacy
Idiomas Suportados 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"
            }
        }
    }
}