Video Call Air Time Monitor

This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove…

O que é Video Call Air Time Monitor?

Video Call Air Time Monitor é uma extensão do Chrome desenvolvida por Austin Wilson, e sua principal característica é "This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Call Air Time Monitor

Baixe arquivos de extensão Video Call Air Time Monitor 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

                        This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove that certain people on your team are taking up a larger proportion of the "Air Time" than they should and to give concrete data to start a real conversation about how to make sure all voices are included in virtual meetings.

It can also be used to help push people to speak up more! If you want to run meetings where you are not the one 'leading' and ensuring that others' voices are heard, use this tool to coach yourself and to make sure those in the meeting who aren't taking up their space have a chance to do so!                    

Informações Básicas da Extensão

Nome Video Call Air Time Monitor Video Call Air Time Monitor
ID njamajijkfjeppnpdndamgkefcjdnkkm
URL Oficial https://chromewebstore.google.com/detail/video-call-air-time-monit/njamajijkfjeppnpdndamgkefcjdnkkm
Descrição This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove…
Tamanho do Arquivo 43.11 KB
Contagem de Instalações 42
Versão Atual 0.3.0
Última Atualização 2022-11-23
Data de Publicação 2021-04-02
Desenvolvedor Austin Wilson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Call Air Time Monitor",
    "version": "0.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}