Abacus Learnining Lab Screen Sharing
This extension allows you to share your screen on Abacus Learning Lab website.
O que é Abacus Learnining Lab Screen Sharing?
Abacus Learnining Lab Screen Sharing é uma extensão do Chrome desenvolvida por https://www.abacusmathslearning.com, e sua principal característica é "This extension allows you to share your screen on Abacus Learning Lab website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Abacus Learnining Lab Screen Sharing
Baixe arquivos de extensão Abacus Learnining Lab Screen Sharing 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
This screen share extension is used only for the video class link in Abacus Learning Lab. To share your screen in the video link, you will need to install this extension to your Chrome browser.
Informações Básicas da Extensão
Nome | Abacus Learnining Lab Screen Sharing |
ID | gphoobijaphjgacbpndbennmoglkfobm |
URL Oficial | https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm |
Descrição | This extension allows you to share your screen on Abacus Learning Lab website. |
Tamanho do Arquivo | 19.86 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.4 |
Última Atualização | 2015-08-28 |
Data de Publicação | 2015-08-28 |
Desenvolvedor | https://www.abacusmathslearning.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Abacus Learnining Lab Screen Sharing", "author": "Abacus Learning Lab", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen on Abacus Learning Lab website.", "homepage_url": "http:\/\/www.abacusmathslearning.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.abacusmathslearning.com\/*", "*:\/\/*.abacuslearninglab.com\/*", "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo128.png" ] } |