Learnito Virtual Classrooms - Screen Sharing

This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.

Was ist Learnito Virtual Classrooms - Screen Sharing?

Learnito Virtual Classrooms - Screen Sharing ist eine Chrome-Erweiterung, die von http://learnito.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.".

Erweiterungsscreenshots

screenshot

Learnito Virtual Classrooms - Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Learnito Virtual Classrooms - Screen Sharing-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

                        This chrome extension allows an instructor to share his/her screen during a live virtual classroom being conducted via Learnito's Classroom on the Cloud infrastructure.                    

Grundlegende Informationen zur Erweiterung

Name Learnito Virtual Classrooms - Screen Sharing Learnito Virtual Classrooms - Screen Sharing
ID jglocdmhcnhjlehkfchdfbdiljfmpmeo
Offizielle URL https://chrome.google.com/webstore/detail/learnito-virtual-classroo/jglocdmhcnhjlehkfchdfbdiljfmpmeo
Beschreibung This Chrome extension is for use on https://www.learnito.com/ for sharing your screen during delivery of a virtual classroom.
Dateigröße 22.92 KB
Installationsanzahl 123
Aktuelle Version 1.0
Letztes Update 2015-06-22
Veröffentlichungsdatum 2015-06-22
Entwickler http://learnito.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Learnito Virtual Classrooms - Screen Sharing",
    "author": "harish",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is for use on https:\/\/www.learnito.com\/ for sharing your screen during delivery of a virtual classroom.",
    "homepage_url": "https:\/\/www.learnito.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.learnito.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}