Hijinx - Icebreaker Games for Google Meet
Team building activities for your remote workplace
Hijinx - Icebreaker Games for Google Meetとは何ですか?
Hijinx - Icebreaker Games for Google Meetはhttps://hijinx.appによって開発されたChromeの拡張機能で、その主な機能は「Team building activities for your remote workplace」です。
拡張機能のスクリーンショット
Hijinx - Icebreaker Games for Google Meet拡張機能のCRXファイルをダウンロード
Hijinx - Icebreaker Games for Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you work from home, it can be tricky to engage with your colleagues in a personal way. But if you don’t take time to get some genuine human connection, it’s just work, work, work all the time. And you risk your employees feeling like just another cog in a machine. Enter Hijinx. Hijinx brings fun, safe-for-work games to your virtual meetings. And it’s fully integrated with Google Meet. No more getting lost in tabs or sharing the wrong screen. Everyone in the meeting can play the game, or just watch, all within your meeting room. Using a hybrid model? No problem! Hijinx works in companion mode too. Welcome new hires to your team, increase employee engagement, build trust, or add some laughter to your workday. No registration required. No setup hassle. Just click a button and get into some (work-friendly) hijinx! 🎉
拡張機能の基本情報
名前 | Hijinx - Icebreaker Games for Google Meet |
ID | jopmcepgjlahnmkeiacnhcipdghijdak |
公式URL | https://chromewebstore.google.com/detail/hijinx-icebreaker-games-f/jopmcepgjlahnmkeiacnhcipdghijdak |
説明 | Team building activities for your remote workplace |
ファイルサイズ | 781 KB |
インストール数 | 1,248 |
現在のバージョン | 0.2.0 |
最終更新日 | 2023-10-15 |
公開日 | 2022-02-20 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://hijinx.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.gqueues.com/hijinx |
ヘルプページのURL | https://www.gqueues.com/hijinx |
プライバシーポリシーページのURL | https://www.gqueues.com/hijinx/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hijinx - Icebreaker Games for Google Meet", "version": "0.2.0", "action": [], "description": "Team building activities for your remote workplace", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "GQueues", "background": { "service_worker": "background.min.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "exclude_matches": [ "https:\/\/meet.google.com\/getalink*" ], "run_at": "document_idle", "css": [ "hijinx.min.css" ], "js": [ "jquery-3.6.0.js", "confetti.browser.js", "hijinx.min.js" ] } ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "permissions": [ "scripting", "storage" ], "content_security_policy": [], "web_accessible_resources": [ { "resources": [ "images\/*", "audio\/*", "fonts\/*", "fonts.css" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ] } |