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."입니다.
확장 프로그램 스크린샷
Eagle Speak 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
ID | gcbejjjnfefmpnphnnbpegehckdlmiol |
공식 URL | 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" ] } |