B-REEL Meeting Intruders
Games to make your meetings more fun
Cos'è B-REEL Meeting Intruders?
B-REEL Meeting Intruders è un'estensione di Chrome sviluppata da B-Reel, e la sua funzione principale è "Games to make your meetings more fun".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione B-REEL Meeting Intruders
Scarica i file di estensione B-REEL Meeting Intruders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ekpjjckkocgchggggogefakgipalfnee |
URL Ufficiale | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
Descrizione | Games to make your meetings more fun |
Dimensione del File | 1.13 MB |
Conteggio Installazioni | 298 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-07-22 |
Data di Pubblicazione | 2020-07-21 |
Valutazione | 3.75/5 Totale 8 Valutazioni |
Sviluppatore | B-Reel |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.b-reel.com |
URL della Pagina di Aiuto | https://www.b-reel.com |
Lingue Supportate | 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 } |