Teams Call Manager
Help user sleep during Microsoft Teams call
ما هو Teams Call Manager؟
Teams Call Manager هو إضافة Chrome تم تطويرها بواسطة aln0071، والميزة الرئيسية لها هي "Help user sleep during Microsoft Teams call".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Teams Call Manager
قم بتنزيل ملفات الامتداد Teams Call Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Auto cut Microsoft Teams calls if number of attendees go below the limit set by user. Manages the call even if the user sleeps during the call :D. For using this extension, open teams web application at https://teams.microsoft.com/.
معلومات أساسية عن التمديد
الاسم | Teams Call Manager |
ID | gmklieclhlmicflemopmbllaldmejnkp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/teams-call-manager/gmklieclhlmicflemopmbllaldmejnkp |
الوصف | Help user sleep during Microsoft Teams call |
حجم الملف | 19.95 KB |
عدد التثبيتات | 635 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-01-20 |
تاريخ النشر | 2020-07-29 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | aln0071 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://aln0071.github.io/ |
عنوان صفحة المساعدة | https://aln0071.github.io/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teams Call Manager", "version": "1.0", "description": "Help user sleep during Microsoft Teams call", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/", "manifest_version": 2 } |