Impero edlink

Impero edlink Chromebook management extension

What is Impero edlink?

Impero edlink is a Chrome extension developed by Impero Software, and its main feature is "Impero edlink Chromebook management extension".

Extension Screenshots

Download Impero edlink Extension CRX File

Download Impero edlink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Impero edlink Impero edlink
ID khjgclpagjdcibgdebgakbpboiknhcjp
Official URL https://chrome.google.com/webstore/detail/impero-edlink/khjgclpagjdcibgdebgakbpboiknhcjp
Description Impero edlink Chromebook management extension
File Size 6.06 MB
Installation Count 816
Current Version 2.2.9
Last Updated 2021-03-24
Publish Date 2020-05-26
Developer Impero Software
Email [email protected]
Payment Type free
Extension Website https://www.imperosoftware.com
Help Page URL https://www.imperosoftware.com/support
Privacy Policy Page URL https://www.imperosoftware.com/product-privacy-notice
Supported Languages 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"
    ]
}