Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
What is Smart Education ?
Smart Education is a Chrome extension developed by forrestlin888, and its main feature is "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
Extension Screenshots
Download Smart Education Extension CRX File
Download Smart Education extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Extension Basic Information
Name | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
Official URL | 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. |
File Size | 103 KB |
Installation Count | 69 |
Current Version | 0.0.6 |
Last Updated | 2019-08-16 |
Publish Date | 2019-08-12 |
Developer | forrestlin888 |
Payment Type | free |
Supported Languages | 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" } |