Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Co to jest Smart Education ?
Smart Education to rozszerzenie Chrome opracowane przez forrestlin888, a jego główną funkcją jest „The Plug-in for screen sharing and file sharing of smart live teaching & learning service.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smart Education
Pobierz pliki rozszerzeń Smart Education w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
Oficjalny URL | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
Opis | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
Rozmiar pliku | 103 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2019-08-16 |
Data Publikacji | 2019-08-12 |
Deweloper | forrestlin888 |
Typ Płatności | free |
Obsługiwane Języki | 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" } |