Teacher'sEyes

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

Teacher'sEyes क्या है?

Teacher'sEyes https://justinvec.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Teacher'sEyes is a tool that enables teachers and admins to manage student's Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teacher'sEyes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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__"
    }
}