Impero edlink

Impero edlink Chromebook management extension

Cos'è Impero edlink?

Impero edlink è un'estensione di Chrome sviluppata da Impero Software, e la sua funzione principale è "Impero edlink Chromebook management extension".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Impero edlink

Scarica i file di estensione Impero edlink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Impero edlink Impero edlink
ID khjgclpagjdcibgdebgakbpboiknhcjp
URL Ufficiale https://chrome.google.com/webstore/detail/impero-edlink/khjgclpagjdcibgdebgakbpboiknhcjp
Descrizione Impero edlink Chromebook management extension
Dimensione del File 6.06 MB
Conteggio Installazioni 816
Versione Corrente 2.2.9
Ultimo Aggiornamento 2021-03-24
Data di Pubblicazione 2020-05-26
Sviluppatore Impero Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.imperosoftware.com
URL della Pagina di Aiuto https://www.imperosoftware.com/support
URL della Pagina della Politica sulla Privacy https://www.imperosoftware.com/product-privacy-notice
Lingue Supportate 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"
    ]
}