Unity Live Help Screen Share
Unity Live Help Screen Share
O que é Unity Live Help Screen Share?
Unity Live Help Screen Share é uma extensão do Chrome desenvolvida por Unity, e sua principal característica é "Unity Live Help Screen Share".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unity Live Help Screen Share
Baixe arquivos de extensão Unity Live Help Screen Share 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
Unity Live Help extension allows you to share your whole desktop or individual documents, PDFs, slideshows, and more with others in the live help session.
Informações Básicas da Extensão
Nome | Unity Live Help Screen Share |
ID | gnciegjlcbniffbifabplbjpimfpipbd |
URL Oficial | https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd |
Descrição | Unity Live Help Screen Share |
Tamanho do Arquivo | 5.32 KB |
Contagem de Instalações | 479 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-08-17 |
Data de Publicação | 2019-08-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unity |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unity Live Help Screen Share", "author": "unity connect", "version": "1.0.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Unity Live Help Screen Share", "homepage_url": "https:\/\/connect.unity.com", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "icons": { "48": "images\/unity_logo_48.png" }, "browser_action": { "default_icon": "images\/unity_logo_48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "unity_logo_48.png" ], "externally_connectable": { "matches": [ "*:\/\/connect-local.unity.com\/*", "*:\/\/connect-test.unity.com\/*", "*:\/\/connect-staging.unity.com\/*", "*:\/\/connect.unity.com\/*", "*:\/\/livehelp-local.unity.com\/*", "*:\/\/livehelp-int.unity.com\/*", "*:\/\/livehelp-staging.unity.com\/*", "*:\/\/livehelp.unity.com\/*" ] } } |