Teacher'sEyes

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

什麼是Teacher'sEyes?

Teacher'sEyes是由https://justinvec.com開發的Chrome擴展程式,該擴展的主要功能是“Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome”。

擴展截圖

screenshot

下載Teacher'sEyes擴展crx文件

下載Teacher'sEyes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Teacher'sEyes Teacher'sEyes
ID lbkicnmlefaiddgknkheklgnknhfbmdn
官方網址 https://chrome.google.com/webstore/detail/teacherseyes/lbkicnmlefaiddgknkheklgnknhfbmdn
簡介 Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome
檔案大小 1021 KB
安裝次數 190
目前版本 3
更新時間 2017-03-17
上架時間 2017-03-16
開發者 https://justinvec.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://justinvec.com
說明頁面URL https://justinvec.com/help
支援的語言 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__"
    }
}