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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hijinx.app, και η κύρια λειτουργία του είναι "Team building activities for your remote workplace".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hijinx - Icebreaker Games for Google Meet
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } ] } |