WhiteHatJr Live
A simple extension that allows you to have One-On-One Video Conferencing with Teachers.
Qu'est-ce que WhiteHatJr Live ?
WhiteHatJr Live est une extension Chrome développée par WHITEHAT EDUCATION TECHNOLOGY, et sa fonction principale est "A simple extension that allows you to have One-On-One Video Conferencing with Teachers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WhiteHatJr Live
Téléchargez les fichiers d'extension WhiteHatJr Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kgjhhplpbpppgeiafkjodnphbflnanpb |
URL Officiel | https://chrome.google.com/webstore/detail/whitehatjr-live/kgjhhplpbpppgeiafkjodnphbflnanpb |
Description | A simple extension that allows you to have One-On-One Video Conferencing with Teachers. |
Taille du Fichier | 59.49 KB |
Nombre d'Installations | 7,265 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2019-07-12 |
Date de Publication | 2019-07-12 |
Évaluation | 4.65/5 Total 40 Évaluations |
Développeur | WHITEHAT EDUCATION TECHNOLOGY |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.whitehatjr.com |
URL de la Page d'Aide | https://dash.whitehatjr.com/pages/privacy-policy |
Langues Prises en Charge | 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\/*" ] } } |