B-REEL Meeting Intruders
Games to make your meetings more fun
Co to jest B-REEL Meeting Intruders?
B-REEL Meeting Intruders to rozszerzenie Chrome opracowane przez B-Reel, a jego główną funkcją jest „Games to make your meetings more fun”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia B-REEL Meeting Intruders
Pobierz pliki rozszerzeń B-REEL Meeting Intruders w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ekpjjckkocgchggggogefakgipalfnee |
Oficjalny URL | https://chromewebstore.google.com/detail/b-reel-meeting-intruders/ekpjjckkocgchggggogefakgipalfnee |
Opis | Games to make your meetings more fun |
Rozmiar pliku | 1.13 MB |
Liczba instalacji | 298 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-07-22 |
Data Publikacji | 2020-07-21 |
Ocena | 3.75/5 Łącznie 8 Oceny |
Deweloper | B-Reel |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.b-reel.com |
Adres URL Strony Pomocy | https://www.b-reel.com |
Obsługiwane Języki | 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 } |