Impero edlink

Impero edlink Chromebook management extension

Wat is Impero edlink?

Impero edlink is een Chrome-extensie ontwikkeld door Impero Software, en de belangrijkste functie is "Impero edlink Chromebook management extension".

Extensie Screenshots

Download het CRX-bestand van de extensie Impero edlink

Download Impero edlink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Impero edlink Impero edlink
ID khjgclpagjdcibgdebgakbpboiknhcjp
Officiële URL https://chrome.google.com/webstore/detail/impero-edlink/khjgclpagjdcibgdebgakbpboiknhcjp
Beschrijving Impero edlink Chromebook management extension
Bestandsgrootte 6.06 MB
Aantal Installaties 816
Huidige Versie 2.2.9
Laatst Bijgewerkt 2021-03-24
Publicatiedatum 2020-05-26
Ontwikkelaar Impero Software
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.imperosoftware.com
Help Pagina-URL https://www.imperosoftware.com/support
URL van de Privacybeleid Pagina https://www.imperosoftware.com/product-privacy-notice
Ondersteunde Talen 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"
    ]
}