Teacher'sEyes

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

Teacher'sEyes là gì?

Teacher'sEyes là một tiện ích mở rộng Chrome được phát triển bởi https://justinvec.com, và tính năng chính của nó là "Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Teacher'sEyes

Tải xuống các tệp mở rộng Teacher'sEyes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Teacher'sEyes Teacher'sEyes
ID lbkicnmlefaiddgknkheklgnknhfbmdn
URL Chính Thức https://chrome.google.com/webstore/detail/teacherseyes/lbkicnmlefaiddgknkheklgnknhfbmdn
Mô tả Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome
Kích Thước Tệp 1021 KB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2017-03-17
Ngày Phát Hành 2017-03-16
Nhà Phát Triển https://justinvec.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://justinvec.com
URL Trang Trợ Giúp https://justinvec.com/help
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}