ZOOM tab killer
Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
ما هو ZOOM tab killer؟
ZOOM tab killer هو إضافة Chrome تم تطويرها بواسطة ptelad، والميزة الرئيسية لها هي "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZOOM tab killer
قم بتنزيل ملفات الامتداد ZOOM tab killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of ZOOM meeting tabs littering your chrome browser??? Let ZOOM TAB KILLER take care of business! ZOOM TAB KILLER will close the ZOOM meeting tab 10 sec. after the "success=true" query param is added or meeting is done and the page navigates to /postattendee This extension is open source! Please visit: https://github.com/ptelad/zoom-tab-killer
معلومات أساسية عن التمديد
الاسم | |
ID | ecljipopiofdehgkinhohnldfaogdipo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo |
الوصف | Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link. |
حجم الملف | 26.32 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.6 |
آخر تحديث | 2021-05-27 |
تاريخ النشر | 2020-06-24 |
تقييم | 4.50/5 مجموع تقييمات 8 |
المطور | ptelad |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ptelad/zoom-tab-killer |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZOOM tab killer", "description": "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.", "version": "1.6", "manifest_version": 2, "permissions": [ "webNavigation", "tabs" ], "icons": { "128": "zoomkiller.png" }, "background": { "scripts": [ "zoomkiller.js" ], "persistent": false } } |