B-REEL Meeting Intruders
Games to make your meetings more fun
B-REEL Meeting Intruders란 무엇입니까?
B-REEL Meeting Intruders은(는) B-Reel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Games to make your meetings more fun"입니다.
확장 프로그램 스크린샷
B-REEL Meeting Intruders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
James from Marketing is yammering again. Take him out without interrupting the meeting. Meeting Intruders is the antidote to your meeting monotony. Blast away from the privacy of your own screen while solving business problems. Productivity has never been more destructive.
확장 프로그램 기본 정보
이름 | |
ID | ekpjjckkocgchggggogefakgipalfnee |
공식 URL | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
설명 | Games to make your meetings more fun |
파일 크기 | 1.13 MB |
설치 횟수 | 298 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-07-22 |
출시 날짜 | 2020-07-21 |
평점 | 3.75/5 총 8 개의 평점 |
개발자 | B-Reel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.b-reel.com |
도움말 페이지 URL | https://www.b-reel.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "B-REEL Meeting Intruders", "description": "Games to make your meetings more fun", "version": "1.0.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_idle", "all_frames": false } ], "browser_action": { "default_title": "Google Meet Custom Game", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "assets\/images\/*.png", "assets\/fonts\/*.ttf", "js\/meeting-intruders\/meetingintruders.js", "js\/meeting-intruders\/starfield.js", "js\/index.js" ], "manifest_version": 2 } |