Eagle Speak

Eagle Speak extension to enable in-call screen capture.

O que é Eagle Speak?

Eagle Speak é uma extensão do Chrome desenvolvida por http://eaglespeak.net, e sua principal característica é "Eagle Speak extension to enable in-call screen capture.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Eagle Speak

Baixe arquivos de extensão Eagle Speak 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

                        Enable screen sharing functionality in Eagle Speak calls by installing this extension.


Eagle Speak is a communication and collaboration platform unlike anything else.  It allows the user to use a simple voice command to create an instant audio connection to talk verbally with team members, clients, customers, or colleagues, as well as the ability to share files, take screenshots, video conference and initiate live screen sharing sessions, all without ever leaving the application that the user is working in. You can use Slack or the Eagle Speak web application to create an instant  collaboration session with multi-party video calling in your browser without having to install software or even sign up for an account!                    

Informações Básicas da Extensão

Nome Eagle Speak Eagle Speak
ID gcbejjjnfefmpnphnnbpegehckdlmiol
URL Oficial https://chrome.google.com/webstore/detail/eagle-speak/gcbejjjnfefmpnphnnbpegehckdlmiol
Descrição Eagle Speak extension to enable in-call screen capture.
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 24
Versão Atual 3.0.0
Última Atualização 2017-07-05
Data de Publicação 2017-07-05
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor http://eaglespeak.net
Tipo de Pagamento free
Site da Extensão https://eaglespeak.net/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eagle Speak",
    "version": "3.0.0",
    "description": "Eagle Speak extension to enable in-call screen capture.",
    "icons": {
        "16": "EagleSpeak-16.png",
        "32": "EagleSpeak-32.png",
        "48": "EagleSpeak-48.png",
        "128": "EagleSpeak-128.png"
    },
    "author": "Eagle Speak",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/eaglespeak.net\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "EagleSpeak-16.png",
        "EagleSpeak-32.png",
        "EagleSpeak-48.png",
        "EagleSpeak-128.png"
    ]
}