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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}