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"입니다.

확장 프로그램 스크린샷

screenshot

Zoom Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Zoom Assistant Zoom Assistant
ID icdfnafeinchffhjjboolehhgjmcilih
공식 URL 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\/*"
    ]
}