B-REEL Meeting Intruders
Games to make your meetings more fun
What is B-REEL Meeting Intruders?
B-REEL Meeting Intruders is a Chrome extension developed by B-Reel, and its main feature is "Games to make your meetings more fun".
Extension Screenshots
Download B-REEL Meeting Intruders Extension CRX File
Download B-REEL Meeting Intruders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ekpjjckkocgchggggogefakgipalfnee |
Official URL | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
Description | Games to make your meetings more fun |
File Size | 1.13 MB |
Installation Count | 298 |
Current Version | 1.0.0 |
Last Updated | 2020-07-22 |
Publish Date | 2020-07-21 |
Rating | 3.75/5 Total 8 Ratings |
Developer | B-Reel |
[email protected] | |
Payment Type | free |
Extension Website | https://www.b-reel.com |
Help Page URL | https://www.b-reel.com |
Supported Languages | 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 } |