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文件
下载B-REEL Meeting Intruders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |