ZOOM tab killer
Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.
Qu'est-ce que ZOOM tab killer ?
ZOOM tab killer est une extension Chrome développée par ptelad, et sa fonction principale est "Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ZOOM tab killer
Téléchargez les fichiers d'extension ZOOM tab killer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ecljipopiofdehgkinhohnldfaogdipo |
URL Officiel | https://chrome.google.com/webstore/detail/zoom-tab-killer/ecljipopiofdehgkinhohnldfaogdipo |
Description | Kills those pesky tabs ZOOM leaves behind when you join a meeting from a link. |
Taille du Fichier | 26.32 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2021-05-27 |
Date de Publication | 2020-06-24 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | ptelad |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ptelad/zoom-tab-killer |
Langues Prises en Charge | 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 } } |