Teacher'sEyes

Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome

¿Qué es Teacher'sEyes?

Teacher'sEyes es una extensión de Chrome desarrollada por https://justinvec.com, y su función principal es "Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Teacher'sEyes

Descarga archivos de extensión Teacher'sEyes 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

                        Teacher'sEye enables any teacher or administrator to do the following on student's Chromebooks:
- Open/Close Tabs
- View Live Screens
- Lock Computers
- Send URL's                    

Información Básica de la Extensión

Nombre Teacher'sEyes Teacher'sEyes
ID lbkicnmlefaiddgknkheklgnknhfbmdn
URL Oficial https://chrome.google.com/webstore/detail/teacherseyes/lbkicnmlefaiddgknkheklgnknhfbmdn
Descripción Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome
Tamaño del Archivo 1021 KB
Cantidad de Instalaciones 190
Versión Actual 3
Última Actualización 2017-03-17
Fecha de Publicación 2017-03-16
Desarrollador https://justinvec.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://justinvec.com
URL de la Página de Ayuda https://justinvec.com/help
Idiomas Soportados en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "Teacher'sEyes",
    "version": "3",
    "description": "Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "minimum_chrome_version": "29",
    "icons": {
        "16": "\/images\/logoicon16.png",
        "48": "\/images\/logoicon48.png",
        "128": "\/images\/logoicon128.png"
    },
    "permissions": [
        "identity",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "desktopCapture",
        "chrome:\/\/favicon\/",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/js.pusher.com https:\/\/stats.pusher.com https:\/\/chrome-class.appspot.com; object-src 'self'",
    "author": "GSA Pte Ltd",
    "background": {
        "scripts": [
            "\/js\/lib\/sha256.js",
            "\/js\/lib\/pusher.min.js",
            "\/js\/tpl.js",
            "\/js\/rtc.js",
            "\/extension\/event.js"
        ]
    },
    "oauth2": {
        "client_id": "500566879682-3ofm26p8urcp9o518jen4vsvub1ml35p.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "\/images\/actionlogoicon19.png",
            "38": "\/images\/actionlogoicon38.png"
        },
        "default_title": "__MSG_extensionTitle__"
    }
}