Eagle Speak

Eagle Speak extension to enable in-call screen capture.

什麼是Eagle Speak?

Eagle Speak是由http://eaglespeak.net開發的Chrome擴展程式,該擴展的主要功能是“Eagle Speak extension to enable in-call screen capture.”。

擴展截圖

screenshot

下載Eagle Speak擴展crx文件

下載Eagle Speak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Eagle Speak Eagle Speak
ID gcbejjjnfefmpnphnnbpegehckdlmiol
官方網址 https://chrome.google.com/webstore/detail/eagle-speak/gcbejjjnfefmpnphnnbpegehckdlmiol
簡介 Eagle Speak extension to enable in-call screen capture.
檔案大小 1.15 MB
安裝次數 24
目前版本 3.0.0
更新時間 2017-07-05
上架時間 2017-07-05
評分 5.00/5 共 5 次評分
開發者 http://eaglespeak.net
付費類型 free
擴展官網 https://eaglespeak.net/
支援的語言 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"
    ]
}