Impero edlink

Impero edlink Chromebook management extension

Was ist Impero edlink?

Impero edlink ist eine Chrome-Erweiterung, die von Impero Software entwickelt wurde, und ihr Hauptmerkmal ist "Impero edlink Chromebook management extension".

Erweiterungsscreenshots

Impero edlink-Erweiterungs-CRX-Datei herunterladen

Laden Sie Impero edlink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Impero edlink Impero edlink
ID khjgclpagjdcibgdebgakbpboiknhcjp
Offizielle URL https://chrome.google.com/webstore/detail/impero-edlink/khjgclpagjdcibgdebgakbpboiknhcjp
Beschreibung Impero edlink Chromebook management extension
Dateigröße 6.06 MB
Installationsanzahl 816
Aktuelle Version 2.2.9
Letztes Update 2021-03-24
Veröffentlichungsdatum 2020-05-26
Entwickler Impero Software
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.imperosoftware.com
Hilfeseite URL https://www.imperosoftware.com/support
URL der Datenschutzrichtlinien-Seite https://www.imperosoftware.com/product-privacy-notice
Unterstützte Sprachen 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"
    ]
}