HangBot
HangBot is a tool that loads Google Hangouts automatically based on settings you provide.
HangBot là gì?
HangBot là một tiện ích mở rộng Chrome được phát triển bởi Robert Grubb, và tính năng chính của nó là "HangBot is a tool that loads Google Hangouts automatically based on settings you provide.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HangBot
Tải xuống các tệp mở rộng HangBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HangBot |
ID | ejgidflmdjpfnnbmgmegcjcjofdndfcm |
URL Chính Thức | https://chromewebstore.google.com/detail/hangbot/ejgidflmdjpfnnbmgmegcjcjofdndfcm |
Mô tả | HangBot is a tool that loads Google Hangouts automatically based on settings you provide. |
Kích Thước Tệp | 1.66 MB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2016-02-14 |
Ngày Phát Hành | 2016-02-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Robert Grubb |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |