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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hijinx - Icebreaker Games for Google Meet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}