HangBot

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

¿Qué es HangBot?

HangBot es una extensión de Chrome desarrollada por Robert Grubb, y su función principal es "HangBot is a tool that loads Google Hangouts automatically based on settings you provide.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HangBot

Descarga archivos de extensión HangBot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HangBot HangBot
ID ejgidflmdjpfnnbmgmegcjcjofdndfcm
URL Oficial https://chromewebstore.google.com/detail/hangbot/ejgidflmdjpfnnbmgmegcjcjofdndfcm
Descripción HangBot is a tool that loads Google Hangouts automatically based on settings you provide.
Tamaño del Archivo 1.66 MB
Cantidad de Instalaciones 179
Versión Actual 1.0.3
Última Actualización 2016-02-14
Fecha de Publicación 2016-02-13
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Robert Grubb
Tipo de Pago free
Idiomas Soportados 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"
    ]
}