WhiteHatJr Live

A simple extension that allows you to have One-On-One Video Conferencing with Teachers.

Was ist WhiteHatJr Live?

WhiteHatJr Live ist eine Chrome-Erweiterung, die von WHITEHAT EDUCATION TECHNOLOGY entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to have One-On-One Video Conferencing with Teachers.".

Erweiterungsscreenshots

screenshot

WhiteHatJr Live-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhiteHatJr Live-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A simple extension that allows you to schedule WhiteHatJr.COM Classes and stream your desktop into H2H Classes. WhitehatJr is a company that provides coding classes to kids using its online platform. 

This extension provides the whitehatjr.com site with desktop streaming functionality over Chrome.                    

Grundlegende Informationen zur Erweiterung

Name  WhiteHatJr Live WhiteHatJr Live
ID kgjhhplpbpppgeiafkjodnphbflnanpb
Offizielle URL https://chrome.google.com/webstore/detail/whitehatjr-live/kgjhhplpbpppgeiafkjodnphbflnanpb
Beschreibung A simple extension that allows you to have One-On-One Video Conferencing with Teachers.
Dateigröße 59.49 KB
Installationsanzahl 7,265
Aktuelle Version 0.4
Letztes Update 2019-07-12
Veröffentlichungsdatum 2019-07-12
Bewertung 4.65/5 Insgesamt 40 Bewertungen
Entwickler WHITEHAT EDUCATION TECHNOLOGY
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.whitehatjr.com
Hilfeseite URL https://dash.whitehatjr.com/pages/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": " WhiteHatJr Live",
    "short_name": "WHJR",
    "description": "A simple extension that allows you to have One-On-One Video Conferencing with Teachers.",
    "version": "0.4",
    "minimum_chrome_version": "69",
    "icons": {
        "16": "whjr-16x16.png",
        "36": "whjr-36x36.png",
        "32": "whjr-32x32.png",
        "48": "whjr-48x48.png",
        "128": "whjr-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.whitehatjr.com\/*",
        "https:\/\/*.appear.in\/*",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "web_accessible_resources": [
        "whjr-16x16.png",
        "v04.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "whjr-16x16.png",
            "48": "whjr-48x48.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/dash.whitehatjr.com\/*",
            "*:\/\/www.whitehatjr.com\/*",
            "*:\/\/stage.whitehatjr.com\/*"
        ]
    }
}