HangBot

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

什麼是HangBot?

HangBot是由Robert Grubb開發的Chrome擴展程式,該擴展的主要功能是“HangBot is a tool that loads Google Hangouts automatically based on settings you provide.”。

擴展截圖

screenshot

下載HangBot擴展crx文件

下載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 HangBot
ID ejgidflmdjpfnnbmgmegcjcjofdndfcm
官方網址 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"
    ]
}