New Room for Google Meet™
The best way to create a new Google Meet™ Room!
¿Qué es New Room for Google Meet™?
New Room for Google Meet™ es una extensión de Chrome desarrollada por https://timleland.com, y su función principal es "The best way to create a new Google Meet™ Room!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Room for Google Meet™
Descarga archivos de extensión New Room for Google Meet™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | New Room for Google Meet™ |
ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
URL Oficial | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
Descripción | The best way to create a new Google Meet™ Room! |
Tamaño del Archivo | 18.8 KB |
Cantidad de Instalaciones | 54 |
Versión Actual | 1.0.6 |
Última Actualización | 2022-06-07 |
Fecha de Publicación | 2022-02-26 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://timleland.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://timleland.com/new-google-meet-extension/ |
URL de la Página de Ayuda | https://timleland.com/contact/ |
URL de la Página de Política de Privacidad | https://t.ly/privacy |
Idiomas Soportados | 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" } } } } |