Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Vad är Smart Education ?
Smart Education är en Chrome-tillägg utvecklad av forrestlin888, och dess huvudfunktion är "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
Tilläggsskärmbilder
Ladda ner Smart Education -förlängningens CRX-fil
Ladda ner Smart Education -filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
Officiell webbadress | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
Beskrivning | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
Filstorlek | 103 KB |
Antal Installationer | 69 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2019-08-16 |
Publiceringsdatum | 2019-08-12 |
Utvecklare | forrestlin888 |
Betalningssätt | free |
Stödda Språk | 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" } |