Zoom Assistant
Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App
¿Qué es Zoom Assistant?
Zoom Assistant es una extensión de Chrome desarrollada por https://labs.inspire.co.uk, y su función principal es "Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Zoom Assistant
Descarga archivos de extensión Zoom Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Security and privacy can be compromised when using the Zoom App. This extension acts as your assistant by detecting Zoom requests that attempt to link you to a meeting via the Zoom app. It simply redirects you to the web-based version of the Zoom call. This also eliminates the host's ability to detect your focus on the meeting and view data on your device. There is no reason to install the Zoom App when our simple extension gives you all these benefits Your boss will no longer be able to detect if you’re a little preoccupied on Facebook or browsing personal sites whilst on a Zoom call Existing security issues and future automated App updates will no longer be your concern (Forbes Quote: “Zoom Security Tip: Avoid The App”) You’ll no longer need access passwords on a device to make or join a Zoom call. It's much faster to click a Zoom web link rather than be redirected and join the call via the Zoom App. Privacy - the Zoom App views data on your device and collects information about you; who knows what future automated updates will view! Our extension is constantly being developed with your privacy in mind. Download this extension and future updates will make sure you are protected. Changelog v1.0.4 - Fix for URL format when joining certain meetings
Información Básica de la Extensión
Nombre | |
ID | icdfnafeinchffhjjboolehhgjmcilih |
URL Oficial | https://chrome.google.com/webstore/detail/zoom-assistant/icdfnafeinchffhjjboolehhgjmcilih |
Descripción | Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App |
Tamaño del Archivo | 36.45 KB |
Cantidad de Instalaciones | 914 |
Versión Actual | 1.0.4 |
Última Actualización | 2020-06-20 |
Fecha de Publicación | 2020-06-20 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://labs.inspire.co.uk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://labs.inspire.co.uk/zoom-assistant |
URL de la Página de Ayuda | https://labs.inspire.co.uk/zoom-assistant |
URL de la Página de Política de Privacidad | https://labs.inspire.co.uk/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom Assistant", "description": "Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App", "version": "1.0.4", "icons": { "128": "\/img\/logo.png", "48": "\/img\/logo48.png" }, "browser_action": { "default_icon": "\/img\/logo.png", "default_popup": "\/pages\/popup\/index.html" }, "background": { "scripts": [ "\/js\/background\/main.js" ], "persistent": true }, "permissions": [ "storage", "webNavigation", "webRequest", "tabs", "https:\/\/*.zoom.us\/*" ] } |