New Room for Google Meet™
The best way to create a new Google Meet™ Room!
Cos'è New Room for Google Meet™?
New Room for Google Meet™ è un'estensione di Chrome sviluppata da https://timleland.com, e la sua funzione principale è "The best way to create a new Google Meet™ Room!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Room for Google Meet™
Scarica i file di estensione New Room for Google Meet™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | gidhcdnlmipmnhpibhfgcmigpebopkgc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc | 
| Descrizione | The best way to create a new Google Meet™ Room! | 
| Dimensione del File | 18.8 KB | 
| Conteggio Installazioni | 54 | 
| Versione Corrente | 1.0.6 | 
| Ultimo Aggiornamento | 2022-06-07 | 
| Data di Pubblicazione | 2022-02-26 | 
| Valutazione | 5.00/5 Totale 5 Valutazioni | 
| Sviluppatore | https://timleland.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://timleland.com/new-google-meet-extension/ | 
| URL della Pagina di Aiuto | https://timleland.com/contact/ | 
| URL della Pagina della Politica sulla Privacy | https://t.ly/privacy | 
| Lingue Supportate | 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"
            }
        }
    }
}  |  |