Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Hvad er Smart Education ?
Smart Education er en Chrome-udvidelse udviklet af forrestlin888, og dens hovedfunktion er "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
Udvidelsesskærmbilleder
Download Smart Education -udvidelses-CRX-fil
Download Smart Education -udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
Officiel URL | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
Beskrivelse | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
Filstørrelse | 103 KB |
Antal Installationer | 69 |
Nuværende Version | 0.0.6 |
Senest Opdateret | 2019-08-16 |
Udgivelsesdato | 2019-08-12 |
Udvikler | forrestlin888 |
Betalingsmetode | free |
Understøttede Sprog | 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" } |