HangBot
HangBot is a tool that loads Google Hangouts automatically based on settings you provide.
Что такое HangBot?
HangBot - это расширение Chrome, разработанное Robert Grubb, и его основная функция - "HangBot is a tool that loads Google Hangouts automatically based on settings you provide.".
Снимки экрана расширения
Скачать файл CRX расширения HangBot
Скачайте файлы расширений HangBot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | HangBot |
ID | ejgidflmdjpfnnbmgmegcjcjofdndfcm |
Официальный URL | https://chromewebstore.google.com/detail/hangbot/ejgidflmdjpfnnbmgmegcjcjofdndfcm |
Описание | HangBot is a tool that loads Google Hangouts automatically based on settings you provide. |
Размер файла | 1.66 MB |
Количество установок | 179 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2016-02-14 |
Дата публикации | 2016-02-13 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Robert Grubb |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |