Smart Education

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

Was ist Smart Education ?

Smart Education ist eine Chrome-Erweiterung, die von forrestlin888 entwickelt wurde, und ihr Hauptmerkmal ist "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".

Erweiterungsscreenshots

screenshot

Smart Education -Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart Education -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

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

Grundlegende Informationen zur Erweiterung

Name Smart Education Smart Education
ID lialoimhfnkjogigfnkkpijdhecjhfpm
Offizielle URL https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm
Beschreibung The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Dateigröße 103 KB
Installationsanzahl 69
Aktuelle Version 0.0.6
Letztes Update 2019-08-16
Veröffentlichungsdatum 2019-08-12
Entwickler forrestlin888
Zahlungsart free
Unterstützte Sprachen 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"
}