New Room for Google Meet™
The best way to create a new Google Meet™ Room!
Co je New Room for Google Meet™?
New Room for Google Meet™ je rozšíření Chrome vyvinuté https://timleland.com, a jeho hlavní funkcí je „The best way to create a new Google Meet™ Room!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření New Room for Google Meet™
Stáhněte si soubory rozšíření New Room for Google Meet™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
| Oficiální URL | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
| Popis | The best way to create a new Google Meet™ Room! |
| Velikost souboru | 18.8 KB |
| Počet instalací | 54 |
| Aktuální Verze | 1.0.6 |
| Poslední Aktualizace | 2022-06-07 |
| Datum Vydání | 2022-02-26 |
| Hodnocení | 5.00/5 Celkem 5 Hodnocení |
| Vývojář | https://timleland.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://timleland.com/new-google-meet-extension/ |
| URL Stránky Nápovědy | https://timleland.com/contact/ |
| URL Stránky Zásad Ochrany Soukromí | https://t.ly/privacy |
| Podporované Jazyky | 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"
}
}
}
} | |