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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |