Zoom Assistant

Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App

Cos'è Zoom Assistant?

Zoom Assistant è un'estensione di Chrome sviluppata da https://labs.inspire.co.uk, e la sua funzione principale è "Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zoom Assistant

Scarica i file di estensione Zoom Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Zoom Assistant Zoom Assistant
ID icdfnafeinchffhjjboolehhgjmcilih
URL Ufficiale https://chrome.google.com/webstore/detail/zoom-assistant/icdfnafeinchffhjjboolehhgjmcilih
Descrizione Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App
Dimensione del File 36.45 KB
Conteggio Installazioni 914
Versione Corrente 1.0.4
Ultimo Aggiornamento 2020-06-20
Data di Pubblicazione 2020-06-20
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://labs.inspire.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://labs.inspire.co.uk/zoom-assistant
URL della Pagina di Aiuto https://labs.inspire.co.uk/zoom-assistant
URL della Pagina della Politica sulla Privacy https://labs.inspire.co.uk/privacy
Lingue Supportate 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\/*"
    ]
}