Impero edlink

Impero edlink Chromebook management extension

什么是Impero edlink?

Impero edlink是由Impero Software开发的Chrome扩展程序,该扩展的主要功能是“Impero edlink Chromebook management extension”。

扩展截图

下载Impero edlink扩展crx文件

下载Impero edlink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Impero EdLink is a mobile device management solution (MDM), developed specifically for the education environment. EdLink allows school to manage mobile devices effectively, supporting BYOD and 1:1 schemes while protecting students and their devices.

A flexible cloud-based solution, Impero EdLink simplifies the configuration and management of mobile devices saving IT teams valuable time each day. 
This centralized approach to MDM serves to keep students protected from the myriad risks of working online when using mobile devices to enable learning.                    

扩展基本信息

名称 Impero edlink Impero edlink
ID khjgclpagjdcibgdebgakbpboiknhcjp
官方URL https://chrome.google.com/webstore/detail/impero-edlink/khjgclpagjdcibgdebgakbpboiknhcjp
简介 Impero edlink Chromebook management extension
文件大小 6.06 MB
安装次数 816
当前版本 2.2.9
更新时间 2021-03-24
上架时间 2020-05-26
开发者 Impero Software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.imperosoftware.com
帮助页面URL https://www.imperosoftware.com/support
隐私政策页面URL https://www.imperosoftware.com/product-privacy-notice
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Impero edlink",
    "description": "Impero edlink Chromebook management extension",
    "version": "2.2.9",
    "background": {
        "scripts": [
            "background_app\/config.js",
            "vendor\/js-md5\/build\/md5.min.js",
            "background_app\/helpers.js",
            "background_app\/api.js",
            "background_app\/api-request.js",
            "background_app\/heads-up.js",
            "background_app\/heads-up-window.js",
            "background_app\/heads-up-windows-native.js",
            "background_app\/filter.js",
            "background_app\/auto-register.js",
            "background_app\/application-sync.js",
            "background_app\/application-log.js",
            "background_app\/application-events.js",
            "background_app\/application-block.js",
            "background_app\/applications.js",
            "background_app\/chrome-storage.js",
            "background_app\/location.js",
            "background_app\/tab-control.js",
            "background_app\/student.js",
            "background_app\/debug.js",
            "background_app\/gcm.js",
            "background_app\/sync.js",
            "background_app\/tab-control.js",
            "background_app\/deviceInfo.js",
            "background_app\/screen-capture.js",
            "background_app\/self-help.js",
            "background_app\/log.js",
            "background_app\/classes.js",
            "background_app\/screen-capture-webrtc.js",
            "background_app\/screen-capture-share.js",
            "background_app\/screen-capture-socket.js",
            "background_app\/device-cast.js",
            "background_app\/socket.io.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/images\/mg-16.png",
        "128": "assets\/images\/mg-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/mg-16.png",
            "128": "assets\/images\/mg-128.png"
        },
        "default_title": "Impero"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "protector.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "block.html"
    ],
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "background",
        "storage",
        "geolocation",
        "gcm",
        "management",
        "identity",
        "identity.email",
        "enterprise.deviceAttributes",
        "notifications",
        "desktopCapture",
        "system.storage",
        "idle"
    ]
}