B-REEL Meeting Intruders
Games to make your meetings more fun
Qu'est-ce que B-REEL Meeting Intruders ?
B-REEL Meeting Intruders est une extension Chrome développée par B-Reel, et sa fonction principale est "Games to make your meetings more fun".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension B-REEL Meeting Intruders
Téléchargez les fichiers d'extension B-REEL Meeting Intruders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ekpjjckkocgchggggogefakgipalfnee |
URL Officiel | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
Description | Games to make your meetings more fun |
Taille du Fichier | 1.13 MB |
Nombre d'Installations | 298 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-07-22 |
Date de Publication | 2020-07-21 |
Évaluation | 3.75/5 Total 8 Évaluations |
Développeur | B-Reel |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.b-reel.com |
URL de la Page d'Aide | https://www.b-reel.com |
Langues Prises en Charge | 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 } |