Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Wat is Smart Education ?
Smart Education is een Chrome-extensie ontwikkeld door forrestlin888, en de belangrijkste functie is "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Education
Download Smart Education -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
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Basisinformatie over de Extensie
Naam | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
Officiële URL | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
Beschrijving | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
Bestandsgrootte | 103 KB |
Aantal Installaties | 69 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2019-08-16 |
Publicatiedatum | 2019-08-12 |
Ontwikkelaar | forrestlin888 |
Betalingswijze | free |
Ondersteunde Talen | 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" } |