Google Meet Visual Timer

This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.

O que é Google Meet Visual Timer?

Google Meet Visual Timer é uma extensão do Chrome desenvolvida por https://timer.smartrday.com, e sua principal característica é "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Meet Visual Timer

Baixe arquivos de extensão Google Meet Visual Timer 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

                        Take back control of your meetings.

Meetings can easily get out of hand and one solution is Timeboxing :
Keep track of the time and allocate specific amount of time to specific parts of the agenda.                    

Informações Básicas da Extensão

Nome Google Meet Visual Timer Google Meet Visual Timer
ID gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
URL Oficial https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj
Descrição This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Tamanho do Arquivo 130 KB
Contagem de Instalações 9,000
Versão Atual 1.6.1
Última Atualização 2020-12-07
Data de Publicação 2020-06-15
Classificação 1.89/5 Total de 9 Avaliações
Desenvolvedor https://timer.smartrday.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://timer.smartrday.com/
URL da Página de Ajuda http://timer.smartrday.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Fred Gouv",
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png"
        },
        "default_popup": "index.html",
        "default_title": "Google Meet Timer Visual"
    },
    "web_accessible_resources": [
        "alarm.mp3",
        "css\/bootstrap.min.css",
        "css\/jquery-3.5.1.min.js",
        "css\/bootstrap.bundle.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Google Meet Visual Timer",
    "version": "1.6.1"
}