The Meeting Tab
Get Active Google Meet Tab.
Co to jest The Meeting Tab?
The Meeting Tab to rozszerzenie Chrome opracowane przez themeetingtab, a jego główną funkcją jest „Get Active Google Meet Tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Meeting Tab
Pobierz pliki rozszerzeń The Meeting Tab 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
One-click to get back to your active Google meeting tab. Simplicity is the king. That’s the most straightforward extension you can find. Just click the extension Icon, and the active meeting tab will instantly pop – No matter how many tabs or Chrome windows are open. It couldn’t be easier! * Don't forget to pin the extension after the installation. If you like this extension and use it, please rate it and spread the word :)
Podstawowe informacje o rozszerzeniu
Nazwa | The Meeting Tab |
ID | akmnoalaiejbicphdhagambchhchbnfi |
Oficjalny URL | https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi |
Opis | Get Active Google Meet Tab. |
Rozmiar pliku | 17.98 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-09-01 |
Data Publikacji | 2022-08-18 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | themeetingtab |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://themeetingtab.com |
Adres URL Strony Pomocy | https://themeetingtab.com/contact-us/ |
Adres URL Strony Polityki Prywatności | https://themeetingtab.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "author": "Amit Bachbut", "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" } }, "description": "Get Active Google Meet Tab.", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png" }, "manifest_version": 3, "name": "The Meeting Tab", "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "permissions": [ "tabs", "scripting", "notifications" ], "version": "1.0.0" } |