Talk Time for Google Meet

Your assistant for 'Google Meet' meetings

O que é Talk Time for Google Meet?

Talk Time for Google Meet é uma extensão do Chrome desenvolvida por burmeidan, e sua principal característica é "Your assistant for 'Google Meet' meetings".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Talk Time for Google Meet

Baixe arquivos de extensão Talk Time for Google Meet 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

                        It is your google meet assistant, which will help you to improve your meeting analysis and add many useful features to common meetings. View your recording, leave feedbacks, private chat, soft-skill badges, and it is not the end of the list. Try it and your meetings will be more comfortable and you will gain new opportunities to make your meeting better.                    

Informações Básicas da Extensão

Nome Talk Time for Google Meet Talk Time for Google Meet
ID bclhnknpopffhkpodghagpcekbmljclh
URL Oficial https://chromewebstore.google.com/detail/talk-time-for-google-meet/bclhnknpopffhkpodghagpcekbmljclh
Descrição Your assistant for 'Google Meet' meetings
Tamanho do Arquivo 82.29 KB
Contagem de Instalações 100
Versão Atual 3.17
Última Atualização 2024-02-09
Data de Publicação 2022-07-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor burmeidan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://everyoneshouldhaveavoice.com/
URL da Página de Ajuda https://everyoneshouldhaveavoice.com/
URL da Página de Política de Privacidade https://nobeltt.com/policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Your assistant for 'Google Meet' meetings",
    "manifest_version": 3,
    "name": "Talk Time for Google Meet",
    "author": "Danylo Burmei",
    "version": "3.17",
    "homepage_url": "https:\/\/EveryoneShouldHaveAVoice.com\/",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/meet.google.com\/*",
        "https:\/\/EveryoneShouldHaveAVoice.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*",
                "manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}