Google Meet AutoExit
Google Meet AutoExit
ما هو Google Meet AutoExit؟
Google Meet AutoExit هو إضافة Chrome تم تطويرها بواسطة sakujo، والميزة الرئيسية لها هي "Google Meet AutoExit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Meet AutoExit
قم بتنزيل ملفات الامتداد Google Meet AutoExit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
معلومات أساسية عن التمديد
الاسم | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
الوصف | Google Meet AutoExit |
حجم الملف | 14.62 KB |
عدد التثبيتات | 1,803 |
النسخة الحالية | 2.1 |
آخر تحديث | 2022-01-28 |
تاريخ النشر | 2020-09-01 |
تقييم | 4.06/5 مجموع تقييمات 16 |
المطور | sakujo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |