Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
O que é Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing é uma extensão do Chrome desenvolvida por TELEPORTEL EUROPE N.V, e sua principal característica é "Screensharing utility for Attendedbyhumans".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Attendedbyhumans Screen sharing
Baixe arquivos de extensão Attendedbyhumans 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
Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.
Informações Básicas da Extensão
Nome | Attendedbyhumans Screen sharing |
ID | hkndidoemjacpfbaajpanoopddldlhaj |
URL Oficial | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
Descrição | Screensharing utility for Attendedbyhumans |
Tamanho do Arquivo | 15.71 KB |
Contagem de Instalações | 29 |
Versão Atual | 4.0.0 |
Última Atualização | 2017-12-15 |
Data de Publicação | 2017-12-14 |
Desenvolvedor | TELEPORTEL EUROPE N.V |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.teleportel.com/user-agreement |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attendedbyhumans Screen sharing", "author": "Shamun Toha", "description": "Screensharing utility for Attendedbyhumans", "homepage_url": "https:\/\/www.attendedbyhumans.com\/", "version": "4.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.attendedbyhumans.com\/*", "*:\/\/*.teleportel.com\/*", "*:\/\/*.telepresencetech.com\/*" ] } ], "web_accessible_resources": [ "icon.png" ] } |