Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
O que é Smart Education ?
Smart Education é uma extensão do Chrome desenvolvida por forrestlin888, e sua principal característica é "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Education
Baixe arquivos de extensão Smart Education no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Informações Básicas da Extensão
Nome | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
URL Oficial | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
Descrição | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 69 |
Versão Atual | 0.0.6 |
Última Atualização | 2019-08-16 |
Data de Publicação | 2019-08-12 |
Desenvolvedor | forrestlin888 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |