Hand Signals - Hand signals for Google Meet
Quick Occupy hand signals for use in Google Meet
Hand Signals - Hand signals for Google Meet란 무엇입니까?
Hand Signals - Hand signals for Google Meet은(는) Government Digital Service에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Occupy hand signals for use in Google Meet"입니다.
확장 프로그램 스크린샷
Hand Signals - Hand signals for Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Notice of decommission We aim to decommission this extension by the end of 2023.
확장 프로그램 기본 정보
이름 | |
ID | npkagcojnlkccpdcgokfijkbhmlkglnl |
공식 URL | https://chrome.google.com/webstore/detail/hand-signals-hand-signals/npkagcojnlkccpdcgokfijkbhmlkglnl |
설명 | Quick Occupy hand signals for use in Google Meet |
파일 크기 | 302 KB |
설치 횟수 | 161 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2023-06-27 |
출시 날짜 | 2020-11-17 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | Government Digital Service |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/alphagov/hand-signals/ |
도움말 페이지 URL | https://github.com/alphagov/hand-signals/issues |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hand Signals - Hand signals for Google Meet", "version": "2.1.0", "description": "Quick Occupy hand signals for use in Google Meet", "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/**-**-**" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "content.js", "dist\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/16.png" }, "externally_connectable": { "matches": [ "*:\/\/meet.google.com\/**-**-**" ] }, "optional_permissions": [ "notifications", "*:\/\/meet.google.com\/**-**-**" ] } |