HangBot

HangBot is a tool that loads Google Hangouts automatically based on settings you provide.

O que é HangBot?

HangBot é uma extensão do Chrome desenvolvida por Robert Grubb, e sua principal característica é "HangBot is a tool that loads Google Hangouts automatically based on settings you provide.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HangBot

Baixe arquivos de extensão HangBot 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

                        Ever had a daily meeting that you always forget to start on time? This is exactly what HangBot solves. With this new tool, you can specify the start time, and end time, of your daily hangout, and it will start it for you! You also have options like 'Auto Join', 'Disable Camera', or 'Disable Mic', to allow you to specify exactly how you want your daily hangout to load. More things to come!

Version 1.0.3 Updates:

- Fixes bug with double hangouts opening.
- Now checks if hangout is in between times specified, also checks if the tab is open, and if not, it opens it.
- A lot of backend updates.                    

Informações Básicas da Extensão

Nome HangBot HangBot
ID ejgidflmdjpfnnbmgmegcjcjofdndfcm
URL Oficial https://chromewebstore.google.com/detail/hangbot/ejgidflmdjpfnnbmgmegcjcjofdndfcm
Descrição HangBot is a tool that loads Google Hangouts automatically based on settings you provide.
Tamanho do Arquivo 1.66 MB
Contagem de Instalações 179
Versão Atual 1.0.3
Última Atualização 2016-02-14
Data de Publicação 2016-02-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Robert Grubb
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HangBot",
    "description": "HangBot is a tool that loads Google Hangouts automatically based on settings you provide.",
    "version": "1.0.3",
    "icons": {
        "16": "ext\/assets\/images\/icons\/icon_16.png",
        "48": "ext\/assets\/images\/icons\/icon_48.png",
        "128": "ext\/assets\/images\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "ext\/popup.html",
        "default_icon": "ext\/assets\/images\/logos\/logo_offline.png"
    },
    "background": {
        "page": "ext\/background.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ]
}