Eagle Speak
Eagle Speak extension to enable in-call screen capture.
Eagle Speak là gì?
Eagle Speak là một tiện ích mở rộng Chrome được phát triển bởi http://eaglespeak.net, và tính năng chính của nó là "Eagle Speak extension to enable in-call screen capture.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Eagle Speak
Tải xuống các tệp mở rộng Eagle Speak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gcbejjjnfefmpnphnnbpegehckdlmiol |
URL Chính Thức | https://chrome.google.com/webstore/detail/eagle-speak/gcbejjjnfefmpnphnnbpegehckdlmiol |
Mô tả | Eagle Speak extension to enable in-call screen capture. |
Kích Thước Tệp | 1.15 MB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2017-07-05 |
Ngày Phát Hành | 2017-07-05 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://eaglespeak.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://eaglespeak.net/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |