WeSchool Screen Sharing

A simple extension that allows you to share your desktop into meetings with WeSchool Meet.

Wat is WeSchool Screen Sharing?

WeSchool Screen Sharing is een Chrome-extensie ontwikkeld door https://app.weschool.com, en de belangrijkste functie is "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WeSchool Screen Sharing

Download WeSchool Screen Sharing-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

                                            

Basisinformatie over de Extensie

Naam WeSchool Screen Sharing WeSchool Screen Sharing
ID inemhnpdnjooccilpnijebmmajejgdho
Officiële URL https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho
Beschrijving A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
Bestandsgrootte 11.25 KB
Aantal Installaties 1,189
Huidige Versie 0.1.6.2
Laatst Bijgewerkt 2019-02-14
Publicatiedatum 2019-02-14
Beoordeling 4.00/5 Totaal 23 Beoordelingen
Ontwikkelaar https://app.weschool.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeSchool Screen Sharing",
    "description": "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.",
    "version": "0.1.6.2",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.weschool.com\/*"
        ]
    }
}