Smart Education

The Plug-in for screen sharing and file sharing of smart live teaching & learning service.

Qu'est-ce que Smart Education ?

Smart Education est une extension Chrome développée par forrestlin888, et sa fonction principale est "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Education

Téléchargez les fichiers d'extension Smart Education 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

                        The Plug-in for screen sharing and file sharing of smart live teaching & learning service.                    

Informations de Base sur l'Extension

Nom Smart Education Smart Education
ID lialoimhfnkjogigfnkkpijdhecjhfpm
URL Officiel https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm
Description The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Taille du Fichier 103 KB
Nombre d'Installations 69
Version Actuelle 0.0.6
Dernière Mise à Jour 2019-08-16
Date de Publication 2019-08-12
Développeur forrestlin888
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Smart Education ",
    "permissions": [
        "desktopCapture",
        "contextMenus",
        "bookmarks",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Smart Live Teaching & Learning Service",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "default_locale": "zh_CN"
}