The Meeting Tab
Get Active Google Meet Tab.
O que é The Meeting Tab?
The Meeting Tab é uma extensão do Chrome desenvolvida por themeetingtab, e sua principal característica é "Get Active Google Meet Tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Meeting Tab
Baixe arquivos de extensão The Meeting Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | The Meeting Tab |
ID | akmnoalaiejbicphdhagambchhchbnfi |
URL Oficial | https://chromewebstore.google.com/detail/the-meeting-tab/akmnoalaiejbicphdhagambchhchbnfi |
Descrição | Get Active Google Meet Tab. |
Tamanho do Arquivo | 17.98 KB |
Contagem de Instalações | 121 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-09-01 |
Data de Publicação | 2022-08-18 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | themeetingtab |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://themeetingtab.com |
URL da Página de Ajuda | https://themeetingtab.com/contact-us/ |
URL da Página de Política de Privacidade | https://themeetingtab.com/privacy-policy |
Idiomas Suportados | 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" } |