Push To Talk For Google Meet

Hold in Google Meet to talk instead of fumbling around trying to mute and unmute

Push To Talk For Google Meet란 무엇입니까?

Push To Talk For Google Meet은(는) https://www.w3technic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hold in Google Meet to talk instead of fumbling around trying to mute and unmute"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Push To Talk For Google Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hold [spacebar] in Google Meet to talk instead of fumbling around trying to mute and unmute
No more unexpected sounds.
Simple add-on that allows you to mute and unmute yourself with a key press instead of fumbling around trying to click the icon.

DOCUMENTATION
Click "Add to Chrome"  button then go to Google Meet page
Mute/unmute: Quick push [spacebar]
Hold [spacebar] (default) to talk, release to go back to mute
Configure your own hotkey if you don't like [spacebar] in settings
Mute will be on by default, but you can disable that feature in settings
This extensions only works on Google Meet

PURPOSE
This extension was made to help all the teachers and students figuring out distance learning together.

PRIVACY POLICY
We don't store your data, period.
Thanks!                    

확장 프로그램 기본 정보

이름 Push To Talk For Google Meet Push To Talk For Google Meet
ID kkijalhkcfebhahlagllhlpocfehbfok
공식 URL https://chromewebstore.google.com/detail/push-to-talk-for-google-m/kkijalhkcfebhahlagllhlpocfehbfok
설명 Hold in Google Meet to talk instead of fumbling around trying to mute and unmute
파일 크기 35.12 KB
설치 횟수 986
현재 버전 1.1.1
최근 업데이트 2020-07-25
출시 날짜 2020-07-21
평점 4.29/5 총 7 개의 평점
개발자 https://www.w3technic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.w3technic.com/
도움말 페이지 URL https://www.w3technic.com/contact.html
개인정보 보호 정책 페이지 URL https://w3technic.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "manifest_version": 2,
    "name": "Push To Talk For Google Meet",
    "description": "Hold  in Google Meet to talk instead of fumbling around trying to mute and unmute",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "ptt.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js",
            "update-conf.js",
            "update.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/www.w3technic.com\/p\/push-to-talk-for-google-meet.html"
}