B-REEL Meeting Intruders
Games to make your meetings more fun
Vad är B-REEL Meeting Intruders?
B-REEL Meeting Intruders är en Chrome-tillägg utvecklad av B-Reel, och dess huvudfunktion är "Games to make your meetings more fun".
Tilläggsskärmbilder
Ladda ner B-REEL Meeting Intruders-förlängningens CRX-fil
Ladda ner B-REEL Meeting Intruders-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ekpjjckkocgchggggogefakgipalfnee |
Officiell webbadress | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
Beskrivning | Games to make your meetings more fun |
Filstorlek | 1.13 MB |
Antal Installationer | 298 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-07-22 |
Publiceringsdatum | 2020-07-21 |
Betyg | 3.75/5 Totalt 8 Betyg |
Utvecklare | B-Reel |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.b-reel.com |
Hjälpsida URL | https://www.b-reel.com |
Stödda Språk | 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 } |