New Room for Google Meet™
The best way to create a new Google Meet™ Room!
Co to jest New Room for Google Meet™?
New Room for Google Meet™ to rozszerzenie Chrome opracowane przez https://timleland.com, a jego główną funkcją jest „The best way to create a new Google Meet™ Room!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Room for Google Meet™
Pobierz pliki rozszerzeń New Room for Google Meet™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
| Oficjalny URL | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
| Opis | The best way to create a new Google Meet™ Room! |
| Rozmiar pliku | 18.8 KB |
| Liczba instalacji | 54 |
| Aktualna Wersja | 1.0.6 |
| Ostatnia Aktualizacja | 2022-06-07 |
| Data Publikacji | 2022-02-26 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | https://timleland.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://timleland.com/new-google-meet-extension/ |
| Adres URL Strony Pomocy | https://timleland.com/contact/ |
| Adres URL Strony Polityki Prywatności | https://t.ly/privacy |
| Obsługiwane Języki | 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"
}
}
}
} | |