WeSchool Screen Sharing

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

Qu'est-ce que WeSchool Screen Sharing ?

WeSchool Screen Sharing est une extension Chrome développée par https://app.weschool.com, et sa fonction principale est "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WeSchool Screen Sharing

Téléchargez les fichiers d'extension WeSchool Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom WeSchool Screen Sharing WeSchool Screen Sharing
ID inemhnpdnjooccilpnijebmmajejgdho
URL Officiel https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho
Description A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
Taille du Fichier 11.25 KB
Nombre d'Installations 1,189
Version Actuelle 0.1.6.2
Dernière Mise à Jour 2019-02-14
Date de Publication 2019-02-14
Évaluation 4.00/5 Total 23 Évaluations
Développeur https://app.weschool.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}