whereby.com/appear.in meeting room helper
Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).
whereby.com/appear.in meeting room helper란 무엇입니까?
whereby.com/appear.in meeting room helper은(는) Treffynnon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable)."입니다.
확장 프로그램 스크린샷
whereby.com/appear.in meeting room helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For users of the whereby.com (previously appear.in) service to make it possible to enter rooms muted with video off and using multiple meeting rooms easier. * Allows you to configure defaults when entering a room * Camera off * Muted audio * Apply those defaults to all meeting room links that you open/follow automatically * Keep a list of links to your favourite meeting rooms NOTE: that this is not an official appear.in extension and it is maintained by an independent developer. Icon made by Freepik from www.flaticon.com Source code for this extension is provided under the Apache-2.0 licence over at https://github.com/treffynnon/whereby-com-helper-browser-extension
확장 프로그램 기본 정보
이름 | whereby.com/appear.in meeting room helper |
ID | kamcahcpkdbdhphbnhblmcgemhbhbohm |
공식 URL | https://chromewebstore.google.com/detail/wherebycomappearin-meetin/kamcahcpkdbdhphbnhblmcgemhbhbohm |
설명 | Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable). |
파일 크기 | 31.12 KB |
설치 횟수 | 1,816 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2019-08-21 |
출시 날짜 | 2019-08-21 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | Treffynnon |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/treffynnon/whereby-com-helper-browser-extension |
도움말 페이지 URL | https://github.com/treffynnon/whereby-com-helper-browser-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whereby.com\/appear.in meeting room helper", "description": "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).", "version": "1.2.2", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/96.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "popup\/index.html", "default_title": "whereby.com (previously appear.in) meeting room helper" }, "content_scripts": [ { "matches": [ "https:\/\/whereby.com\/*", "https:\/\/appear.in\/*" ], "js": [ "js\/vendor.js", "js\/index.js" ] } ], "options_ui": { "page": "options\/index.html", "chrome_style": true }, "permissions": [ "storage" ] } |