B-REEL Meeting Intruders
Games to make your meetings more fun
Wat is B-REEL Meeting Intruders?
B-REEL Meeting Intruders is een Chrome-extensie ontwikkeld door B-Reel, en de belangrijkste functie is "Games to make your meetings more fun".
Extensie Screenshots
Download het CRX-bestand van de extensie B-REEL Meeting Intruders
Download B-REEL Meeting Intruders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ekpjjckkocgchggggogefakgipalfnee |
Officiële URL | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
Beschrijving | Games to make your meetings more fun |
Bestandsgrootte | 1.13 MB |
Aantal Installaties | 298 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-07-22 |
Publicatiedatum | 2020-07-21 |
Beoordeling | 3.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | B-Reel |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.b-reel.com |
Help Pagina-URL | https://www.b-reel.com |
Ondersteunde Talen | 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 } |