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…

RM Student란 무엇입니까?

RM Student은(는) RM Education에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

RM Student 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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].                    

확장 프로그램 기본 정보

이름 RM Student RM Student
ID igapjjgkogojaeobgjjffefpkmaiglof
공식 URL https://chrome.google.com/webstore/detail/rm-student/igapjjgkogojaeobgjjffefpkmaiglof
설명 For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google…
파일 크기 342 KB
설치 횟수 1,000
현재 버전 1.53
최근 업데이트 2016-12-05
출시 날짜 2016-12-05
평점 1.00/5 총 1 개의 평점
개발자 RM Education
결제 유형 free
도움말 페이지 URL http://www.rm.com/support/
지원되는 언어 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
}