TeacherView

TeacherView student app

TeacherViewとは何ですか?

TeacherViewはchrome-apps-radixによって開発されたChromeの拡張機能で、その主な機能は「TeacherView student app」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

TeacherView拡張機能のCRXファイルをダウンロード

TeacherView拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Radix TeacherView is an all-in-one classroom management solution, equipped with a built-in video conference system, allowing teachers the “over the shoulder” teaching experience they are used to in a remote or hybrid setting, staying in touch with their students while keeping their digital safety at a high level and also, providing them the best possible learning experience.

Built to scale, Radix TeacherView provides teachers with the tools they need to have a seamless traditional physical classroom experience virtually, monitoring not only the video camera but also the students’ desktops in real-time, virtually walk between students and engage either in 1:1 mode or group collaboration, monitor the class attention level and assist students in real-time using AI.

Streamline the learning experience and keep your finger on the classroom pulse.

Remote at home, local at school or hybrid classrooms, the solution can be used during an emergency and routine, move to remote learning in a click of a button.

Key features:
* Share teacher or student screens and video camera
* Distribute content from the cloud/local drive and share websites
* Use a multi-user whiteboard for collaborative learning
* Respond silently to electronic “hand raises”
* View thumbnails of students’ screens in real-time
* Work alongside or remotely take control of screens
* Lock screens to maximize attention and minimize distractions
* Limit access by blacklisting and whitelisting websites
* Conduct surveys and quizzes
* Synchronize with Google and Microsoft cloud environments 

Benefits:
* Running on AWS – redundancy and a highly-secured
environment
* GDPR, CCPA and ISO compliant
* Easy-to-use, seamless installation, start managing your
class in minutes
* 30 day free trial with full functionality 
* Flexible business model, choose between per student,
teacher or school site license
* Chat, email, phone and self-service support
* Complimentary training is available online four times a week
or on request

Running on:
* Windows devices, Chromebooks, Macs and Android – student only                    

拡張機能の基本情報

名前 TeacherView TeacherView
ID gjnnhhmjplppbabpoaihbdjejlpdcbhj
公式URL https://chromewebstore.google.com/detail/teacherview/gjnnhhmjplppbabpoaihbdjejlpdcbhj
説明 TeacherView student app
ファイルサイズ 32.85 MB
インストール数 8,000
現在のバージョン 10.1.92
最終更新日 2022-12-19
公開日 2020-04-23
評価 3.00/5 合計 6 レビュー
開発者 chrome-apps-radix
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://teacherview.live
ヘルプページのURL https://www.radix-int.com/teacherview-landing-page/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TeacherView",
    "author": "Radix",
    "version": "10.1.92",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7otfSq4OtDxXOHEduDNV6rhTWK3a6EO94BsFmkUYhRSu6D6WNRBv5sZ\/pJfiCNXnaH9XphIJWWSyXxhCqxQwx5CS\/WfxbVG8F1brGnk3taRsZSzCqfTLlASAKGn1hsjMcDFYlI8oEI5vSx+rkGv3qxiPlQAaHq6PUq43jTkNL4YatBzwpdK\/0hH6wx5MxrgzFGe48L2ulZenA781vplAU5ggQxJTJXhxhDvuxMz+mKbQZ8OrDIeQp3nbgfsdpX\/3PNTqR530J\/On7Ucss2Ii53gdFwDJo3qOQYSlfIA8YJmAkbDgauXmeUymtkMw4emfGS6gWWECtiL33M5PWjzYFQIDAQAB",
    "minimum_chrome_version": "34",
    "description": "TeacherView student app",
    "background": {
        "scripts": [
            "extension\/bower_components\/jquery\/dist\/jquery.min.js",
            "extension\/ConfigManager.js",
            "extension\/loader.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "extension\/icon.png"
    },
    "icons": {
        "48": "extension\/icon.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "identity",
        "identity.email",
        "storage",
        "management",
        "notifications",
        "https:\/\/apis.google.com\/*",
        "gcm"
    ],
    "web_accessible_resources": [
        "extension\/icon.png"
    ],
    "oauth2": {
        "client_id": "570383229154-4d4ta15asvgqf6b397d3b4d2mv76k0sl.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.devrdx.com https:\/\/*.glbth.com https:\/\/*.devrdx.com https:\/\/*.teacher-view.com https:\/\/teacherview.live https:\/\/*.teacherview.live https:\/\/*.visomdm.com https:\/\/www.googleapis.com https:\/\/apis.google.com http:\/\/localhost:8080 http:\/\/127.0.0.1:8080; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.glbth.com\/*",
            "https:\/\/*.devrdx.com\/*",
            "https:\/\/*.visomdm.com\/*",
            "https:\/\/*.teacherview.live\/*",
            "https:\/\/teacherview.live\/*",
            "https:\/\/*.teacher-view.com\/*",
            "https:\/\/*.devrdx.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "extension\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.glbth.com\/*",
                "https:\/\/*.devrdx.com\/*",
                "https:\/\/*.visomdm.com\/*",
                "https:\/\/*.teacherview.live\/*",
                "https:\/\/*.teacher-view.com\/*",
                "https:\/\/*.devrdx.com\/*"
            ]
        }
    ]
}