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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HangBot
قم بتنزيل ملفات الامتداد HangBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |