HangBot

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

HangBot क्या है?

HangBot Robert Grubb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HangBot is a tool that loads Google Hangouts automatically based on settings you provide."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HangBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}