Zoom Assistant
Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App
什麼是Zoom Assistant?
Zoom Assistant是由https://labs.inspire.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App”。
擴展截圖
下載Zoom Assistant擴展crx文件
下載Zoom Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | icdfnafeinchffhjjboolehhgjmcilih |
官方網址 | https://chrome.google.com/webstore/detail/zoom-assistant/icdfnafeinchffhjjboolehhgjmcilih |
簡介 | Zoom Assistant - this extension avoids the security and privacy issues when using the Zoom App |
檔案大小 | 36.45 KB |
安裝次數 | 914 |
目前版本 | 1.0.4 |
更新時間 | 2020-06-20 |
上架時間 | 2020-06-20 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://labs.inspire.co.uk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://labs.inspire.co.uk/zoom-assistant |
說明頁面URL | https://labs.inspire.co.uk/zoom-assistant |
隱私政策頁面URL | https://labs.inspire.co.uk/privacy |
支援的語言 | 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\/*" ] } |