RM Student

For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google…

¿Qué es RM Student?

RM Student es una extensión de Chrome desarrollada por RM Education, y su función principal es "For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RM Student

Descarga archivos de extensión RM Student en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google Chrome OS. From the teacher's desktop you can then connect to each system enabling you to monitor and interact with each student quickly and efficiently.

KEY FEATURES:
- View a thumbnail of each student machine in a single view.
- Show the teacher's screen to selected students when presenting.
- Perform a Show to students in a browser tab, or in Full Screen mode.
- Show an application to selected students.
- Use multiple monitors: the teacher can select an individual screen to show to students, or show all of them. 
- Lock the student's mouse and keyboard when instructing.
- Send an instant survey or request for feedback to each student and display the results in real time. 
- Open a discussion session which all students or selected students can join, entering and sharing their comments with the rest of the class.
- Send an attention-grabbing message or instruction to each student machine. 
- Students can send a request for help to the Tutor.
- Block unauthorized websites. 
- Restrict the student to a list of approved websites only. 
- Block all Internet access. 
- Launch a website on the Student Chromebook. 
- Close a website on the Student Chromebook.
- During a View session, copy the content of the clipboard between teacher and student devices. 
- Block FTP access. 
- View details of the website that students are currently viewing. 
- Prompt students to register at the start of each lesson. 
- Manage mobile students, choosing from three modes for grouping students.


INSTALLATION and PRE-REQUISITES:
For a teacher to be able to monitor and interact with their students using Google Chromebooks:
- Name & Connectivity Server must be installed on a Windows Server.
- The RM Tutor client must be installed on the teacher's Windows computer.
- The RM Student extension must be installed on each of the students' Chromebooks. 


Latest enhancements in version 1.53:

- Added support for central policy management. Organizations that use 'Google Apps for Domains' can now centrally manage their settings from within the Google Admin Console, including:
* The ability to force-install the RM Student extension
* Export your Student configuration settings as a policy template for use globally on all other Student devices.

- Enhanced Power Management. Improved Power Management capabilities ensure devices don’t enter 'sleep mode' while they are connected to a Tutor-managed class.

- Enhanced security. The RM Student options page can now be password protected


Licensing
Please note that the download of this app does not include a licence, and you must purchase a licence separately in order to use it. If you are a student or teacher looking to access this app, please contact your system administrator for support.  If you are the system administrator, to purchase licences please contact your Account Manager or contact [email protected].                    

Información Básica de la Extensión

Nombre RM Student RM Student
ID igapjjgkogojaeobgjjffefpkmaiglof
URL Oficial https://chrome.google.com/webstore/detail/rm-student/igapjjgkogojaeobgjjffefpkmaiglof
Descripción For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google…
Tamaño del Archivo 342 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.53
Última Actualización 2016-12-05
Fecha de Publicación 2016-12-05
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador RM Education
Tipo de Pago free
URL de la Página de Ayuda http://www.rm.com/support/
Idiomas Soportados ms,de,en,fr,nl,no,tr,es,it,lt,hu,pl,pt-BR,pt-PT,fi,sv,cs,bg,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RM Student",
    "version": "1.53",
    "icons": {
        "16": "images\/school16.png",
        "48": "images\/school48.png",
        "128": "images\/school128.png"
    },
    "homepage_url": "http:\/\/www.rm.com\/home",
    "description": "",
    "permissions": [
        "tabs",
        "notifications",
        "management",
        "bookmarks",
        "clipboardWrite",
        "clipboardRead",
        "",
        "power"
    ],
    "default_locale": "en",
    "background": {
        "persitent": true,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/yEnc.js",
            "js\/pubsub.js",
            "js\/listeners.js",
            "js\/i18nTranslate.js",
            "js\/squash.js",
            "js\/showlib.js",
            "js\/view.js",
            "js\/clipboard.js",
            "js\/keyboard.js",
            "js\/lock.js",
            "js\/chatlib.js",
            "js\/utf8.js",
            "js\/flag.js",
            "js\/comms.commands.js",
            "js\/comms.nc.protocol.js",
            "js\/comms.js",
            "js\/comms.websocket.js",
            "js\/comms.nc.js",
            "js\/settings.js",
            "js\/chromeguts.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/connection.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/school48.png",
        "default_title": "RM",
        "default_popup": "clientmenu.html"
    },
    "web_accessible_resources": [
        "images\/message48.png"
    ],
    "storage": {
        "managed_schema": "NetSupport.Student.managedStorage.json"
    },
    "manifest_version": 2
}