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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |